#AF5382

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

Shades of Royal Heath #AF5382

Tints of Royal Heath #AF5382

Color information

#AF5382 (or 0xAF5382) is unknown color: approx Royal Heath. HEX triplet: AF, 53 and 82. RGB value is (175,83,130). Sum of RGB (Red+Green+Blue) = 175+83+130=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5382 is #50AC7D. Grayscale: #737373. Windows color (decimal): -5287038 or 8541103. OLE color: 8541103.

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

Color convert

RGB17583130-
CMYK00.530.260.31
HSL329.35º36.51%50.59%-
HSV(B)329.35º52.57%68.63%-
XYZ24.816.9123.08-
YUV115.87135.98170.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=45.10%
G=21.39%
B=33.51%

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
Decimal1758313000.530.260.31329.3536.5150.59
HexAF53820351A1F1492533
Octal25712320206532375114563
Binary1010111110100111000001001101011101011111101001001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5382; }

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

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

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

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

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

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

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

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