#AF4981

Color #AF4981 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AF4981

Tints of Royal Heath #AF4981

Color information

#AF4981 (or 0xAF4981) is unknown color: approx Royal Heath. HEX triplet: AF, 49 and 81. RGB value is (175,73,129). Sum of RGB (Red+Green+Blue) = 175+73+129=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4981 is #50B67E. Grayscale: #6D6D6D. Windows color (decimal): -5289599 or 8473007. OLE color: 8473007.

HSL color Cylindrical-coordinate representation of color #AF4981: hue angle of 327.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4981 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17573129-
CMYK00.580.260.31
HSL327.06º41.13%48.63%-
HSV(B)327.06º58.29%68.63%-
XYZ24.0215.4622.49-
YUV109.88138.79174.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=46.42%
G=19.36%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757312900.580.260.31327.0641.1348.63
HexAF498103A1A1F1472931
Octal25711120107232375075161
Binary1010111110010011000000101110101101011111101000111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4981; }

 p { color: rgb(175,73,129); }

 H1.HeaderClassName
 {
   color: #AF4981;
 }
 .AnyTagClassName
 {
   color: #AF4981;
 }
</style>
background-color css

<style>
 a { background-color: #AF4981; }

 a { background-color: rgb(175,73,129); }

 div.DivClassName
 {
   background-color: #AF4981;
 }
 .BgClassName
 {
   background-color: #AF4981;
 }
</style>
border-color css

<style>
 span { border-color: #AF4981; }

 span { border-color: rgb(175,73,129); }

 td.TdClassName
 {
   border-color: #AF4981;
 }
 .TagClassName
 {
   border-color: #AF4981;
 }
</style>