#A2477A

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

Shades of Royal Heath #A2477A

Tints of Royal Heath #A2477A

Color information

#A2477A (or 0xA2477A) is unknown color: approx Royal Heath. HEX triplet: A2, 47 and 7A. RGB value is (162,71,122). Sum of RGB (Red+Green+Blue) = 162+71+122=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477A is #5DB885. Grayscale: #676767. Windows color (decimal): -6142086 or 8013730. OLE color: 8013730.

HSL color Cylindrical-coordinate representation of color #A2477A: hue angle of 326.37º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2477A is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16271122-
CMYK00.560.250.36
HSL326.37º39.06%45.69%-
HSV(B)326.37º56.17%63.53%-
XYZ20.6713.5919.95-
YUV104.02138.15169.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=45.63%
G=20%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627112200.560.250.36326.3739.0645.69
HexA2477A0381924146272e
Octal24210717207031445064756
Binary1010001010001111111010011100011001100100101000110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2477A; }

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

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

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

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

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

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

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

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