#A05478

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

Shades of Royal Heath #A05478

Tints of Royal Heath #A05478

Color information

#A05478 (or 0xA05478) is unknown color: approx Royal Heath. HEX triplet: A0, 54 and 78. RGB value is (160,84,120). Sum of RGB (Red+Green+Blue) = 160+84+120=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05478 is #5FAB87. Grayscale: #6E6E6E. Windows color (decimal): -6269832 or 7885984. OLE color: 7885984.

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

Color convert

RGB16084120-
CMYK00.480.250.37
HSL331.58º31.15%47.84%-
HSV(B)331.58º47.5%62.75%-
XYZ21.0615.1719.59-
YUV110.83133.18163.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=43.96%
G=23.08%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608412000.480.250.37331.5831.1547.84
HexA05478030192514c1f30
Octal24012417006031455143760
Binary101000001010100111100001100001100110010110100110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05478; }

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

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

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

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

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

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

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

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