#AF5482

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

Shades of Royal Heath #AF5482

Tints of Royal Heath #AF5482

Color information

#AF5482 (or 0xAF5482) is unknown color: approx Royal Heath. HEX triplet: AF, 54 and 82. RGB value is (175,84,130). Sum of RGB (Red+Green+Blue) = 175+84+130=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5482 is #50AB7D. Grayscale: #747474. Windows color (decimal): -5286782 or 8541359. OLE color: 8541359.

HSL color Cylindrical-coordinate representation of color #AF5482: hue angle of 329.67º 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 #AF5482 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17584130-
CMYK00.520.260.31
HSL329.67º36.25%50.78%-
HSV(B)329.67º52%68.63%-
XYZ24.8817.0723.1-
YUV116.45135.65169.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=44.99%
G=21.59%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758413000.520.260.31329.6736.2550.78
HexAF54820341A1F14a2433
Octal25712420206432375124463
Binary1010111110101001000001001101001101011111101001010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5482; }

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

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

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

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

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

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

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

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