#A2538B

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

Shades of Strikemaster #A2538B

Tints of Strikemaster #A2538B

Color information

#A2538B (or 0xA2538B) is unknown color: approx Strikemaster. HEX triplet: A2, 53 and 8B. RGB value is (162,83,139). Sum of RGB (Red+Green+Blue) = 162+83+139=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2538B is #5DAC74. Grayscale: #707070. Windows color (decimal): -6138997 or 9130914. OLE color: 9130914.

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

Color convert

RGB16283139-
CMYK00.490.140.36
HSL317.47º32.24%48.04%-
HSV(B)317.47º48.77%63.53%-
XYZ22.6515.7326.27-
YUV113142.67162.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=42.19%
G=21.61%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628313900.490.140.36317.4732.2448.04
HexA2538B031E2413d2030
Octal24212321306116444754060
Binary1010001010100111000101101100011110100100100111101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2538B; }

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

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

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

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

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

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

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

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