#A2477F

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

Shades of Royal Heath #A2477F

Tints of Royal Heath #A2477F

Color information

#A2477F (or 0xA2477F) is unknown color: approx Royal Heath. HEX triplet: A2, 47 and 7F. RGB value is (162,71,127). Sum of RGB (Red+Green+Blue) = 162+71+127=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477F is #5DB880. Grayscale: #686868. Windows color (decimal): -6142081 or 8341410. OLE color: 8341410.

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

Color convert

RGB16271127-
CMYK00.560.220.36
HSL323.08º39.06%45.69%-
HSV(B)323.08º56.17%63.53%-
XYZ20.9813.7221.62-
YUV104.59140.65168.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 127 (50% from 255) = 35.28%
R=45%
G=19.72%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627112700.560.220.36323.0839.0645.69
HexA2477F0381624143272e
Octal24210717707026445034756
Binary1010001010001111111111011100010110100100101000011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2477F; }

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

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

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

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

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

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

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

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