#A0547A

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

Shades of Royal Heath #A0547A

Tints of Royal Heath #A0547A

Color information

#A0547A (or 0xA0547A) is unknown color: approx Royal Heath. HEX triplet: A0, 54 and 7A. RGB value is (160,84,122). Sum of RGB (Red+Green+Blue) = 160+84+122=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0547A is #5FAB85. Grayscale: #6E6E6E. Windows color (decimal): -6269830 or 8017056. OLE color: 8017056.

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

Color convert

RGB16084122-
CMYK00.480.240.37
HSL330º31.15%47.84%-
HSV(B)330º47.5%62.75%-
XYZ21.1815.2220.23-
YUV111.06134.18162.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=43.72%
G=22.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608412200.480.240.3733031.1547.84
HexA0547A030182514a1f30
Octal24012417206030455123760
Binary101000001010100111101001100001100010010110100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0547A; }

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

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

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

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

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

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

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

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