#A04780

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

Shades of Royal Heath #A04780

Tints of Royal Heath #A04780

Color information

#A04780 (or 0xA04780) is unknown color: approx Royal Heath. HEX triplet: A0, 47 and 80. RGB value is (160,71,128). Sum of RGB (Red+Green+Blue) = 160+71+128=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04780 is #5FB87F. Grayscale: #676767. Windows color (decimal): -6273152 or 8406944. OLE color: 8406944.

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

Color convert

RGB16071128-
CMYK00.560.200.37
HSL321.57º38.53%45.29%-
HSV(B)321.57º55.62%62.75%-
XYZ20.6513.5421.95-
YUV104.11141.49167.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=44.57%
G=19.78%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607112800.560.200.37321.5738.5345.29
HexA047800381425142272d
Octal24010720007024455024755
Binary10100000100011110000000011100010100100101101000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04780; }

 p { color: rgb(160,71,128); }

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

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

 a { background-color: rgb(160,71,128); }

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

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

 span { border-color: rgb(160,71,128); }

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