#A04878

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

Shades of Royal Heath #A04878

Tints of Royal Heath #A04878

Color information

#A04878 (or 0xA04878) is unknown color: approx Royal Heath. HEX triplet: A0, 48 and 78. RGB value is (160,72,120). Sum of RGB (Red+Green+Blue) = 160+72+120=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A04878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04878 is #5FB787. Grayscale: #676767. Windows color (decimal): -6272904 or 7882912. OLE color: 7882912.

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

Color convert

RGB16072120-
CMYK00.550.250.37
HSL327.27º37.93%45.49%-
HSV(B)327.27º55%62.75%-
XYZ20.213.4619.3-
YUV103.78137.15168.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=45.45%
G=20.45%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607212000.550.250.37327.2737.9345.49
HexA048780371925147262d
Octal24011017006731455074655
Binary1010000010010001111000011011111001100101101000111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04878; }

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

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

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

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

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

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

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

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