#A1587F

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

Shades of Strikemaster #A1587F

Tints of Strikemaster #A1587F

Color information

#A1587F (or 0xA1587F) is unknown color: approx Strikemaster. HEX triplet: A1, 58 and 7F. RGB value is (161,88,127). Sum of RGB (Red+Green+Blue) = 161+88+127=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A1587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1587F is #5EA780. Grayscale: #727272. Windows color (decimal): -6203265 or 8345761. OLE color: 8345761.

HSL color Cylindrical-coordinate representation of color #A1587F: hue angle of 327.95º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1587F is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16188127-
CMYK00.450.210.37
HSL327.95º29.32%48.82%-
HSV(B)327.95º45.34%63.14%-
XYZ22.0216.0922.02-
YUV114.27135.18161.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 127 (50% from 255) = 33.78%
R=42.82%
G=23.40%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618812700.450.210.37327.9529.3248.82
HexA1587F02D15251481d31
Octal24113017705525455103561
Binary101000011011000111111101011011010110010110100100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1587F; }

 p { color: rgb(161,88,127); }

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

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

 a { background-color: rgb(161,88,127); }

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

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

 span { border-color: rgb(161,88,127); }

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