#A2477B

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

Shades of Royal Heath #A2477B

Tints of Royal Heath #A2477B

Color information

#A2477B (or 0xA2477B) is unknown color: approx Royal Heath. HEX triplet: A2, 47 and 7B. RGB value is (162,71,123). Sum of RGB (Red+Green+Blue) = 162+71+123=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477B is #5DB884. Grayscale: #686868. Windows color (decimal): -6142085 or 8079266. OLE color: 8079266.

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

Color convert

RGB16271123-
CMYK00.560.240.36
HSL325.71º39.06%45.69%-
HSV(B)325.71º56.17%63.53%-
XYZ20.7313.6220.27-
YUV104.14138.65169.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=45.51%
G=19.94%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627112300.560.240.36325.7139.0645.69
HexA2477B0381824146272e
Octal24210717307030445064756
Binary1010001010001111111011011100011000100100101000110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2477B; }

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

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

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

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

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

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

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

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