#AF5184

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

Shades of Royal Heath #AF5184

Tints of Royal Heath #AF5184

Color information

#AF5184 (or 0xAF5184) is unknown color: approx Royal Heath. HEX triplet: AF, 51 and 84. RGB value is (175,81,132). Sum of RGB (Red+Green+Blue) = 175+81+132=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5184 is #50AE7B. Grayscale: #727272. Windows color (decimal): -5287548 or 8671663. OLE color: 8671663.

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

Color convert

RGB17581132-
CMYK00.540.250.31
HSL327.45º37.01%50.2%-
HSV(B)327.45º53.71%68.63%-
XYZ24.7916.6623.74-
YUV114.92137.64170.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=45.10%
G=20.88%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758113200.540.250.31327.4537.0150.2
HexAF5184036191F1472532
Octal25712120406631375074562
Binary1010111110100011000010001101101100111111101000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5184; }

 p { color: rgb(175,81,132); }

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

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

 a { background-color: rgb(175,81,132); }

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

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

 span { border-color: rgb(175,81,132); }

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