#A04278

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

Shades of Royal Heath #A04278

Tints of Royal Heath #A04278

Color information

#A04278 (or 0xA04278) is unknown color: approx Royal Heath. HEX triplet: A0, 42 and 78. RGB value is (160,66,120). Sum of RGB (Red+Green+Blue) = 160+66+120=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04278 is #5FBD87. Grayscale: #646464. Windows color (decimal): -6274440 or 7881376. OLE color: 7881376.

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

Color convert

RGB16066120-
CMYK00.590.250.37
HSL325.53º41.59%44.31%-
HSV(B)325.53º58.75%62.75%-
XYZ19.8412.7319.18-
YUV100.26139.14170.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=46.24%
G=19.08%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606612000.590.250.37325.5341.5944.31
HexA0427803B19251462a2c
Octal24010217007331455065254
Binary1010000010000101111000011101111001100101101000110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04278; }

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

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

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

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

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

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

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

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