#A95479

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

Shades of Royal Heath #A95479

Tints of Royal Heath #A95479

Color information

#A95479 (or 0xA95479) is unknown color: approx Royal Heath. HEX triplet: A9, 54 and 79. RGB value is (169,84,121). Sum of RGB (Red+Green+Blue) = 169+84+121=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A95479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95479 is #56AB86. Grayscale: #717171. Windows color (decimal): -5680007 or 7951529. OLE color: 7951529.

HSL color Cylindrical-coordinate representation of color #A95479: hue angle of 333.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95479 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16984121-
CMYK00.500.280.34
HSL333.88º33.6%49.61%-
HSV(B)333.88º50.3%66.27%-
XYZ22.9816.1620-
YUV113.63132.16167.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=45.19%
G=22.46%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698412100.500.280.34333.8833.649.61
HexA954790321C2214e2232
Octal25112417106234425164262
Binary1010100110101001111001011001011100100010101001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95479; }

 p { color: rgb(169,84,121); }

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

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

 a { background-color: rgb(169,84,121); }

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

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

 span { border-color: rgb(169,84,121); }

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