#AF5282

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

Shades of Royal Heath #AF5282

Tints of Royal Heath #AF5282

Color information

#AF5282 (or 0xAF5282) is unknown color: approx Royal Heath. HEX triplet: AF, 52 and 82. RGB value is (175,82,130). Sum of RGB (Red+Green+Blue) = 175+82+130=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5282 is #50AD7D. Grayscale: #737373. Windows color (decimal): -5287294 or 8540847. OLE color: 8540847.

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

Color convert

RGB17582130-
CMYK00.530.260.31
HSL329.03º36.76%50.39%-
HSV(B)329.03º53.14%68.63%-
XYZ24.7316.7623.05-
YUV115.28136.31170.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=45.22%
G=21.19%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758213000.530.260.31329.0336.7650.39
HexAF52820351A1F1492532
Octal25712220206532375114562
Binary1010111110100101000001001101011101011111101001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5282; }

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

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

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

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

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

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

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

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