#A2587A

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

Shades of Strikemaster #A2587A

Tints of Strikemaster #A2587A

Color information

#A2587A (or 0xA2587A) is unknown color: approx Strikemaster. HEX triplet: A2, 58 and 7A. RGB value is (162,88,122). Sum of RGB (Red+Green+Blue) = 162+88+122=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2587A is #5DA785. Grayscale: #717171. Windows color (decimal): -6137734 or 8018082. OLE color: 8018082.

HSL color Cylindrical-coordinate representation of color #A2587A: hue angle of 332.43º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2587A is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16288122-
CMYK00.460.250.36
HSL332.43º29.6%49.02%-
HSV(B)332.43º45.68%63.53%-
XYZ21.916.0720.36-
YUV114132.52162.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=43.55%
G=23.66%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628812200.460.250.36332.4329.649.02
HexA2587A02E192414c1e31
Octal24213017205631445143661
Binary101000101011000111101001011101100110010010100110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2587A; }

 p { color: rgb(162,88,122); }

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

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

 a { background-color: rgb(162,88,122); }

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

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

 span { border-color: rgb(162,88,122); }

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