#A1587B

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

Shades of Strikemaster #A1587B

Tints of Strikemaster #A1587B

Color information

#A1587B (or 0xA1587B) is unknown color: approx Strikemaster. HEX triplet: A1, 58 and 7B. RGB value is (161,88,123). Sum of RGB (Red+Green+Blue) = 161+88+123=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1587B is #5EA784. Grayscale: #717171. Windows color (decimal): -6203269 or 8083617. OLE color: 8083617.

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

Color convert

RGB16188123-
CMYK00.450.240.37
HSL331.23º29.32%48.82%-
HSV(B)331.23º45.34%63.14%-
XYZ21.7615.9920.68-
YUV113.82133.18161.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=43.28%
G=23.66%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618812300.450.240.37331.2329.3248.82
HexA1587B02D182514b1d31
Octal24113017305530455133561
Binary101000011011000111101101011011100010010110100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1587B; }

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

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

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

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

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

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

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

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