#A2558A

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

Shades of Strikemaster #A2558A

Tints of Strikemaster #A2558A

Color information

#A2558A (or 0xA2558A) is unknown color: approx Strikemaster. HEX triplet: A2, 55 and 8A. RGB value is (162,85,138). Sum of RGB (Red+Green+Blue) = 162+85+138=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2558A is #5DAA75. Grayscale: #717171. Windows color (decimal): -6138486 or 9065890. OLE color: 9065890.

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

Color convert

RGB16285138-
CMYK00.480.150.36
HSL318.7º31.17%48.43%-
HSV(B)318.7º47.53%63.53%-
XYZ22.7416.0125.94-
YUV114.06141.51162.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=42.08%
G=22.08%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628513800.480.150.36318.731.1748.43
HexA2558A030F2413f1f30
Octal24212521206017444773760
Binary101000101010101100010100110000111110010010011111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2558A; }

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

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

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

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

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

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

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

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