#A0477A

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

Shades of Royal Heath #A0477A

Tints of Royal Heath #A0477A

Color information

#A0477A (or 0xA0477A) is unknown color: approx Royal Heath. HEX triplet: A0, 47 and 7A. RGB value is (160,71,122). Sum of RGB (Red+Green+Blue) = 160+71+122=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0477A is #5FB885. Grayscale: #676767. Windows color (decimal): -6273158 or 8013728. OLE color: 8013728.

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

Color convert

RGB16071122-
CMYK00.560.240.37
HSL325.62º38.53%45.29%-
HSV(B)325.62º55.62%62.75%-
XYZ20.2613.3919.93-
YUV103.42138.49168.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=45.33%
G=20.11%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607112200.560.240.37325.6238.5345.29
HexA0477A0381825146272d
Octal24010717207030455064755
Binary1010000010001111111010011100011000100101101000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0477A; }

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

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

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

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

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

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

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

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