#A2587B

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

Shades of Strikemaster #A2587B

Tints of Strikemaster #A2587B

Color information

#A2587B (or 0xA2587B) is unknown color: approx Strikemaster. HEX triplet: A2, 58 and 7B. RGB value is (162,88,123). Sum of RGB (Red+Green+Blue) = 162+88+123=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2587B is #5DA784. Grayscale: #727272. Windows color (decimal): -6137733 or 8083618. OLE color: 8083618.

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

Color convert

RGB16288123-
CMYK00.460.240.36
HSL331.62º29.6%49.02%-
HSV(B)331.62º45.68%63.53%-
XYZ21.9716.0920.69-
YUV114.12133.02162.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=43.43%
G=23.59%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628812300.460.240.36331.6229.649.02
HexA2587B02E182414c1e31
Octal24213017305630445143661
Binary101000101011000111101101011101100010010010100110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2587B; }

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

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

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

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

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

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

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

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