#A04579

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

Shades of Royal Heath #A04579

Tints of Royal Heath #A04579

Color information

#A04579 (or 0xA04579) is unknown color: approx Royal Heath. HEX triplet: A0, 45 and 79. RGB value is (160,69,121). Sum of RGB (Red+Green+Blue) = 160+69+121=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A04579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04579 is #5FBA86. Grayscale: #666666. Windows color (decimal): -6273671 or 7947680. OLE color: 7947680.

HSL color Cylindrical-coordinate representation of color #A04579: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04579 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16069121-
CMYK00.570.240.37
HSL325.71º39.74%44.9%-
HSV(B)325.71º56.88%62.75%-
XYZ20.0813.1119.56-
YUV102.14138.65169.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=45.71%
G=19.71%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606912100.570.240.37325.7139.7444.9
HexA045790391825146282d
Octal24010517107130455065055
Binary1010000010001011111001011100111000100101101000110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04579; }

 p { color: rgb(160,69,121); }

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

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

 a { background-color: rgb(160,69,121); }

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

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

 span { border-color: rgb(160,69,121); }

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