#AF5A82

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

Shades of Royal Heath #AF5A82

Tints of Royal Heath #AF5A82

Color information

#AF5A82 (or 0xAF5A82) is unknown color: approx Royal Heath. HEX triplet: AF, 5A and 82. RGB value is (175,90,130). Sum of RGB (Red+Green+Blue) = 175+90+130=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5A82 is #50A57D. Grayscale: #777777. Windows color (decimal): -5285246 or 8542895. OLE color: 8542895.

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

Color convert

RGB17590130-
CMYK00.490.260.31
HSL331.76º34.69%51.96%-
HSV(B)331.76º48.57%68.63%-
XYZ25.3618.0423.26-
YUV119.98133.66167.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=44.30%
G=22.78%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759013000.490.260.31331.7634.6951.96
HexAF5A820311A1F14c2334
Octal25713220206132375144364
Binary1010111110110101000001001100011101011111101001100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A82; }

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

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

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

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

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

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

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

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