#A2558C

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

Shades of Strikemaster #A2558C

Tints of Strikemaster #A2558C

Color information

#A2558C (or 0xA2558C) is unknown color: approx Strikemaster. HEX triplet: A2, 55 and 8C. RGB value is (162,85,140). Sum of RGB (Red+Green+Blue) = 162+85+140=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2558C is #5DAA73. Grayscale: #727272. Windows color (decimal): -6138484 or 9196962. OLE color: 9196962.

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

Color convert

RGB16285140-
CMYK00.480.140.36
HSL317.14º31.17%48.43%-
HSV(B)317.14º47.53%63.53%-
XYZ22.8816.0726.71-
YUV114.29142.51162.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=41.86%
G=21.96%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628514000.480.140.36317.1431.1748.43
HexA2558C030E2413d1f30
Octal24212521406016444753760
Binary101000101010101100011000110000111010010010011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2558C; }

 p { color: rgb(162,85,140); }

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

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

 a { background-color: rgb(162,85,140); }

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

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

 span { border-color: rgb(162,85,140); }

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