#A2518A

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

Shades of Strikemaster #A2518A

Tints of Strikemaster #A2518A

Color information

#A2518A (or 0xA2518A) is unknown color: approx Strikemaster. HEX triplet: A2, 51 and 8A. RGB value is (162,81,138). Sum of RGB (Red+Green+Blue) = 162+81+138=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2518A is #5DAE75. Grayscale: #6F6F6F. Windows color (decimal): -6139510 or 9064866. OLE color: 9064866.

HSL color Cylindrical-coordinate representation of color #A2518A: hue angle of 317.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2518A is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16281138-
CMYK00.500.150.36
HSL317.78º33.33%47.65%-
HSV(B)317.78º50%63.53%-
XYZ22.4315.425.84-
YUV111.72142.84163.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=42.52%
G=21.26%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628113800.500.150.36317.7833.3347.65
HexA2518A032F2413e2130
Octal24212121206217444764160
Binary1010001010100011000101001100101111100100100111110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2518A; }

 p { color: rgb(162,81,138); }

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

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

 a { background-color: rgb(162,81,138); }

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

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

 span { border-color: rgb(162,81,138); }

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