#AF5882

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

Shades of Royal Heath #AF5882

Tints of Royal Heath #AF5882

Color information

#AF5882 (or 0xAF5882) is unknown color: approx Royal Heath. HEX triplet: AF, 58 and 82. RGB value is (175,88,130). Sum of RGB (Red+Green+Blue) = 175+88+130=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5882 is #50A77D. Grayscale: #767676. Windows color (decimal): -5285758 or 8542383. OLE color: 8542383.

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

Color convert

RGB17588130-
CMYK00.500.260.31
HSL331.03º35.22%51.57%-
HSV(B)331.03º49.71%68.63%-
XYZ25.217.7123.21-
YUV118.8134.32168.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=44.53%
G=22.39%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758813000.500.260.31331.0335.2251.57
HexAF58820321A1F14b2334
Octal25713020206232375134364
Binary1010111110110001000001001100101101011111101001011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5882; }

 p { color: rgb(175,88,130); }

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

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

 a { background-color: rgb(175,88,130); }

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

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

 span { border-color: rgb(175,88,130); }

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