COLOR #AF6281

HEX: #AF6281
RGB: (175,98,129)

Color info

#AF6281 contains mainly red and blue colors. Web safe color of #AF6281 is #996699 (or #969).

RGB color model

#AF6281 color RGB value is (175,98,129).

  • red value is 175;
  • green value is 98;
  • blue value is 129.
RGB:
(175,98,129)
(69%,38%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 98 of 255 = 38%
B 129 of 255 = 51%

175
98
129

R + G + B ~ 53%. #AF6281 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 98 + 129 = 402 (100%)
R 175 of 402 ~ 43.53%
G 98 of 402 ~ 24.38%
B 129 of 402 ~ 32.09%

%43.53
%24.38
%32.09

CMYK color model

#AF6281 color CMYK value is (0,44,26,31).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK:
(0,44,26,31)
C0M44Y26K31 
(0%,44%,26%,31%)
(0.00/0.44/0.26/0.31)	

CMYK percentages

%0
%44
%26.29
%31.37

Codes

Color #AF6281 in popluar color models

AF6281
RGB17598129
HSL336°32.49%53.53%
HSB/HSV336°44.00%68.63%
CMYK0.00%44.00%26.29%
31.37%

Color #AF6281 in popluar number systems.

HEXAF6281
Decimal17598129
Binary10101111110001010000001
Octal257142201

Shades and tints

Shades of #AF6281

#AF6281
(175,98,129)
#A05A76
(160,90,118)
#91526B
(145,82,107)
#824A60
(130,74,96)
#734255
(115,66,85)
#643A4A
(100,58,74)
#55323F
(85,50,63)
#462A34
(70,42,52)
#372229
(55,34,41)
#281A1E
(40,26,30)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AF6281

#AF6281
(175,98,129)
#B6708C
(182,112,140)
#BD7E97
(189,126,151)
#C48CA2
(196,140,162)
#CB9AAD
(203,154,173)
#D2A8B8
(210,168,184)
#D9B6C3
(217,182,195)
#E0C4CE
(224,196,206)
#E7D2D9
(231,210,217)
#EEE0E4
(238,224,228)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6281 color. Also use rgb(175,98,129) instead hex code.

Text Font Color

.myTextColor { color: #AF6281; }

<p style="color:#AF6281">This sample text font color is #AF6281.</p>

This text font color is #AF6281.


Background Color

.myBgColor { background-color: #AF6281; }

<div style="background-color:#AF6281">Inner text</div>

This div background color is #AF6281.


Border color

.myBorderColor { border: 1px solid #AF6281; }

<div style="border:3px solid #AF6281">Div</div>

This div border color is #AF6281.


Opacity

.myOpacity80 { color: #AF6281; opacity: 0.8; }

<p style="color:#AF6281;opacity:0.8;">80%</p>

Text with #AF6281 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF6281;}

<p style="text-shadow: 3px 3px 1px #AF6281">Text here.</p>

This text has shadow with #AF6281 color.

.textShadow {text-shadow: 3px 3px 1px #AF6281, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF6281, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF6281 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF6281, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF6281, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF6281 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF6281;
  -webkit-box-shadow:	1px 1px 3px 2px #AF6281;
  box-shadow:		1px 1px 3px 2px #AF6281;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF6281;
-webkit-box-shadow: 1px 1px 3px 2px #AF6281;
box-shadow:1px 1px 3px 2px #AF6281;">
Div content here</div>
This div box has shadow with color #AF6281.

Preview

Color preview on black background

This text has color #AF6281 on black background.


Color preview on white background

This text has color #AF6281 on white background.



Black color preview on #AF6281 background

This text has black color on #AF6281 background.


White color preview on #AF6281 background

This text has white color on #AF6281 background.