#A2497F

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

Shades of Royal Heath #A2497F

Tints of Royal Heath #A2497F

Color information

#A2497F (or 0xA2497F) is unknown color: approx Royal Heath. HEX triplet: A2, 49 and 7F. RGB value is (162,73,127). Sum of RGB (Red+Green+Blue) = 162+73+127=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A2497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2497F is #5DB680. Grayscale: #696969. Windows color (decimal): -6141569 or 8341922. OLE color: 8341922.

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

Color convert

RGB16273127-
CMYK00.550.220.36
HSL323.6º37.87%46.08%-
HSV(B)323.6º54.94%63.53%-
XYZ21.1113.9821.66-
YUV105.77139.99168.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 127 (50% from 255) = 35.08%
R=44.75%
G=20.17%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627312700.550.220.36323.637.8746.08
HexA2497F0371624144262e
Octal24211117706726445044656
Binary1010001010010011111111011011110110100100101000100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2497F; }

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

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

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

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

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

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

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

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