#A04378

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

Shades of Royal Heath #A04378

Tints of Royal Heath #A04378

Color information

#A04378 (or 0xA04378) is unknown color: approx Royal Heath. HEX triplet: A0, 43 and 78. RGB value is (160,67,120). Sum of RGB (Red+Green+Blue) = 160+67+120=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04378 is #5FBC87. Grayscale: #646464. Windows color (decimal): -6274184 or 7881632. OLE color: 7881632.

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

Color convert

RGB16067120-
CMYK00.580.250.37
HSL325.81º40.97%44.51%-
HSV(B)325.81º58.13%62.75%-
XYZ19.8912.8419.2-
YUV100.85138.81170.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=46.11%
G=19.31%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606712000.580.250.37325.8140.9744.51
HexA0437803A1925146292d
Octal24010317007231455065155
Binary1010000010000111111000011101011001100101101000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04378; }

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

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

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

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

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

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

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

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