#A04479

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

Shades of Royal Heath #A04479

Tints of Royal Heath #A04479

Color information

#A04479 (or 0xA04479) is unknown color: approx Royal Heath. HEX triplet: A0, 44 and 79. RGB value is (160,68,121). Sum of RGB (Red+Green+Blue) = 160+68+121=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A04479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04479 is #5FBB86. Grayscale: #656565. Windows color (decimal): -6273927 or 7947424. OLE color: 7947424.

HSL color Cylindrical-coordinate representation of color #A04479: hue angle of 325.43º 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 #A04479 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16068121-
CMYK00.570.240.37
HSL325.43º40.35%44.71%-
HSV(B)325.43º57.5%62.75%-
XYZ20.0212.9919.54-
YUV101.55138.98169.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=45.85%
G=19.48%
B=34.67%

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
Decimal1606812100.570.240.37325.4340.3544.71
HexA044790391825145282d
Octal24010417107130455055055
Binary1010000010001001111001011100111000100101101000101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04479; }

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

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

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

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

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

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

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

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