#A2537B

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

Shades of Royal Heath #A2537B

Tints of Royal Heath #A2537B

Color information

#A2537B (or 0xA2537B) is unknown color: approx Royal Heath. HEX triplet: A2, 53 and 7B. RGB value is (162,83,123). Sum of RGB (Red+Green+Blue) = 162+83+123=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2537B is #5DAC84. Grayscale: #6F6F6F. Windows color (decimal): -6139013 or 8082338. OLE color: 8082338.

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

Color convert

RGB16283123-
CMYK00.490.240.36
HSL329.62º32.24%48.04%-
HSV(B)329.62º48.77%63.53%-
XYZ21.5715.320.55-
YUV111.18134.67164.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=44.02%
G=22.55%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628312300.490.240.36329.6232.2448.04
HexA2537B031182414a2030
Octal24212317306130445124060
Binary1010001010100111111011011000111000100100101001010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2537B; }

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

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

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

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

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

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

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

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