#A04876

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

Shades of Royal Heath #A04876

Tints of Royal Heath #A04876

Color information

#A04876 (or 0xA04876) is unknown color: approx Royal Heath. HEX triplet: A0, 48 and 76. RGB value is (160,72,118). Sum of RGB (Red+Green+Blue) = 160+72+118=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A04876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04876 is #5FB789. Grayscale: #676767. Windows color (decimal): -6272906 or 7751840. OLE color: 7751840.

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

Color convert

RGB16072118-
CMYK00.550.260.37
HSL328.64º37.93%45.49%-
HSV(B)328.64º55%62.75%-
XYZ20.0813.4218.67-
YUV103.56136.15168.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=45.71%
G=20.57%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607211800.550.260.37328.6437.9345.49
HexA048760371A25149262d
Octal24011016606732455114655
Binary1010000010010001110110011011111010100101101001001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04876; }

 p { color: rgb(160,72,118); }

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

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

 a { background-color: rgb(160,72,118); }

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

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

 span { border-color: rgb(160,72,118); }

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