#A2477C

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

Shades of Royal Heath #A2477C

Tints of Royal Heath #A2477C

Color information

#A2477C (or 0xA2477C) is unknown color: approx Royal Heath. HEX triplet: A2, 47 and 7C. RGB value is (162,71,124). Sum of RGB (Red+Green+Blue) = 162+71+124=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477C is #5DB883. Grayscale: #686868. Windows color (decimal): -6142084 or 8144802. OLE color: 8144802.

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

Color convert

RGB16271124-
CMYK00.560.230.36
HSL325.05º39.06%45.69%-
HSV(B)325.05º56.17%63.53%-
XYZ20.7913.6420.61-
YUV104.25139.15169.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=45.38%
G=19.89%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627112400.560.230.36325.0539.0645.69
HexA2477C0381724145272e
Octal24210717407027445054756
Binary1010001010001111111100011100010111100100101000101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2477C; }

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

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

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

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

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

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

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

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