#A2497C

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

Shades of Royal Heath #A2497C

Tints of Royal Heath #A2497C

Color information

#A2497C (or 0xA2497C) is unknown color: approx Royal Heath. HEX triplet: A2, 49 and 7C. RGB value is (162,73,124). Sum of RGB (Red+Green+Blue) = 162+73+124=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2497C is #5DB683. Grayscale: #696969. Windows color (decimal): -6141572 or 8145314. OLE color: 8145314.

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

Color convert

RGB16273124-
CMYK00.550.230.36
HSL325.62º37.87%46.08%-
HSV(B)325.62º54.94%63.53%-
XYZ20.9213.920.65-
YUV105.42138.49168.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=45.13%
G=20.33%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627312400.550.230.36325.6237.8746.08
HexA2497C0371724146262e
Octal24211117406727445064656
Binary1010001010010011111100011011110111100100101000110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2497C; }

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

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

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

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

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

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

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

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