#A04881

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

Shades of Royal Heath #A04881

Tints of Royal Heath #A04881

Color information

#A04881 (or 0xA04881) is unknown color: approx Royal Heath. HEX triplet: A0, 48 and 81. RGB value is (160,72,129). Sum of RGB (Red+Green+Blue) = 160+72+129=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04881 is #5FB77E. Grayscale: #686868. Windows color (decimal): -6272895 or 8472736. OLE color: 8472736.

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

Color convert

RGB16072129-
CMYK00.550.190.37
HSL321.14º37.93%45.49%-
HSV(B)321.14º55%62.75%-
XYZ20.7813.6922.32-
YUV104.81141.65167.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=44.32%
G=19.94%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607212900.550.190.37321.1437.9345.49
HexA048810371325141262d
Octal24011020106723455014655
Binary10100000100100010000001011011110011100101101000001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04881; }

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

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

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

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

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

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

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

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