#A04476

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

Shades of Royal Heath #A04476

Tints of Royal Heath #A04476

Color information

#A04476 (or 0xA04476) is unknown color: approx Royal Heath. HEX triplet: A0, 44 and 76. RGB value is (160,68,118). Sum of RGB (Red+Green+Blue) = 160+68+118=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04476 is #5FBB89. Grayscale: #656565. Windows color (decimal): -6273930 or 7750816. OLE color: 7750816.

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

Color convert

RGB16068118-
CMYK00.570.260.37
HSL327.39º40.35%44.71%-
HSV(B)327.39º57.5%62.75%-
XYZ19.8312.9218.59-
YUV101.21137.48169.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=46.24%
G=19.65%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606811800.570.260.37327.3940.3544.71
HexA044760391A25147282d
Octal24010416607132455075055
Binary1010000010001001110110011100111010100101101000111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04476; }

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

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

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

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

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

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

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

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