#A04F78

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

Shades of Royal Heath #A04F78

Tints of Royal Heath #A04F78

Color information

#A04F78 (or 0xA04F78) is unknown color: approx Royal Heath. HEX triplet: A0, 4F and 78. RGB value is (160,79,120). Sum of RGB (Red+Green+Blue) = 160+79+120=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F78 is #5FB087. Grayscale: #6B6B6B. Windows color (decimal): -6271112 or 7884704. OLE color: 7884704.

HSL color Cylindrical-coordinate representation of color #A04F78: hue angle of 329.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F78 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16079120-
CMYK00.510.250.37
HSL329.63º33.89%46.86%-
HSV(B)329.63º50.63%62.75%-
XYZ20.6814.4219.46-
YUV107.89134.84165.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=44.57%
G=22.01%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607912000.510.250.37329.6333.8946.86
HexA04F78033192514a222f
Octal24011717006331455124257
Binary1010000010011111111000011001111001100101101001010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F78; }

 p { color: rgb(160,79,120); }

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

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

 a { background-color: rgb(160,79,120); }

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

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

 span { border-color: rgb(160,79,120); }

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