#AF5483

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

Shades of Royal Heath #AF5483

Tints of Royal Heath #AF5483

Color information

#AF5483 (or 0xAF5483) is unknown color: approx Royal Heath. HEX triplet: AF, 54 and 83. RGB value is (175,84,131). Sum of RGB (Red+Green+Blue) = 175+84+131=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5483 is #50AB7C. Grayscale: #747474. Windows color (decimal): -5286781 or 8606895. OLE color: 8606895.

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

Color convert

RGB17584131-
CMYK00.520.250.31
HSL329.01º36.25%50.78%-
HSV(B)329.01º52%68.63%-
XYZ24.9517.0923.46-
YUV116.57136.15169.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=44.87%
G=21.54%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758413100.520.250.31329.0136.2550.78
HexAF5483034191F1492433
Octal25712420306431375114463
Binary1010111110101001000001101101001100111111101001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5483; }

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

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

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

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

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

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

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

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