#AF5983

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

Shades of Royal Heath #AF5983

Tints of Royal Heath #AF5983

Color information

#AF5983 (or 0xAF5983) is unknown color: approx Royal Heath. HEX triplet: AF, 59 and 83. RGB value is (175,89,131). Sum of RGB (Red+Green+Blue) = 175+89+131=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5983 is #50A67C. Grayscale: #777777. Windows color (decimal): -5285501 or 8608175. OLE color: 8608175.

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

Color convert

RGB17589131-
CMYK00.490.250.31
HSL330.7º34.96%51.76%-
HSV(B)330.7º49.14%68.63%-
XYZ25.3517.923.59-
YUV119.5134.49167.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=44.30%
G=22.53%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758913100.490.250.31330.734.9651.76
HexAF5983031191F14b2334
Octal25713120306131375134364
Binary1010111110110011000001101100011100111111101001011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5983; }

 p { color: rgb(175,89,131); }

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

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

 a { background-color: rgb(175,89,131); }

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

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

 span { border-color: rgb(175,89,131); }

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