#A2537A

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

Shades of Royal Heath #A2537A

Tints of Royal Heath #A2537A

Color information

#A2537A (or 0xA2537A) is unknown color: approx Royal Heath. HEX triplet: A2, 53 and 7A. RGB value is (162,83,122). Sum of RGB (Red+Green+Blue) = 162+83+122=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2537A is #5DAC85. Grayscale: #6E6E6E. Windows color (decimal): -6139014 or 8016802. OLE color: 8016802.

HSL color Cylindrical-coordinate representation of color #A2537A: hue angle of 330.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2537A is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16283122-
CMYK00.490.250.36
HSL330.38º32.24%48.04%-
HSV(B)330.38º48.77%63.53%-
XYZ21.5115.2720.23-
YUV111.07134.17164.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=44.14%
G=22.62%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628312200.490.250.36330.3832.2448.04
HexA2537A031192414a2030
Octal24212317206131445124060
Binary1010001010100111111010011000111001100100101001010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2537A; }

 p { color: rgb(162,83,122); }

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

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

 a { background-color: rgb(162,83,122); }

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

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

 span { border-color: rgb(162,83,122); }

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