#A2537E

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

Shades of Strikemaster #A2537E

Tints of Strikemaster #A2537E

Color information

#A2537E (or 0xA2537E) is unknown color: approx Strikemaster. HEX triplet: A2, 53 and 7E. RGB value is (162,83,126). Sum of RGB (Red+Green+Blue) = 162+83+126=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2537E is #5DAC81. Grayscale: #6F6F6F. Windows color (decimal): -6139010 or 8278946. OLE color: 8278946.

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

Color convert

RGB16283126-
CMYK00.490.220.36
HSL327.34º32.24%48.04%-
HSV(B)327.34º48.77%63.53%-
XYZ21.7615.3721.56-
YUV111.52136.17164-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=43.67%
G=22.37%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628312600.490.220.36327.3432.2448.04
HexA2537E03116241472030
Octal24212317606126445074060
Binary1010001010100111111110011000110110100100101000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2537E; }

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

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

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

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

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

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

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

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