#A04478

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

Shades of Royal Heath #A04478

Tints of Royal Heath #A04478

Color information

#A04478 (or 0xA04478) is unknown color: approx Royal Heath. HEX triplet: A0, 44 and 78. RGB value is (160,68,120). Sum of RGB (Red+Green+Blue) = 160+68+120=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04478 is #5FBB87. Grayscale: #656565. Windows color (decimal): -6273928 or 7881888. OLE color: 7881888.

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

Color convert

RGB16068120-
CMYK00.570.250.37
HSL326.09º40.35%44.71%-
HSV(B)326.09º57.5%62.75%-
XYZ19.9512.9619.22-
YUV101.44138.48169.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=45.98%
G=19.54%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606812000.570.250.37326.0940.3544.71
HexA044780391925146282d
Octal24010417007131455065055
Binary1010000010001001111000011100111001100101101000110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04478; }

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

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

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

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

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

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

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

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