#A3587E

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

Shades of Strikemaster #A3587E

Tints of Strikemaster #A3587E

Color information

#A3587E (or 0xA3587E) is unknown color: approx Strikemaster. HEX triplet: A3, 58 and 7E. RGB value is (163,88,126). Sum of RGB (Red+Green+Blue) = 163+88+126=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3587E is #5CA781. Grayscale: #727272. Windows color (decimal): -6072194 or 8280227. OLE color: 8280227.

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

Color convert

RGB16388126-
CMYK00.460.230.36
HSL329.6º29.88%49.22%-
HSV(B)329.6º46.01%63.92%-
XYZ22.3616.2721.7-
YUV114.76134.35162.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=43.24%
G=23.34%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638812600.460.230.36329.629.8849.22
HexA3587E02E172414a1e31
Octal24313017605627445123661
Binary101000111011000111111001011101011110010010100101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3587E; }

 p { color: rgb(163,88,126); }

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

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

 a { background-color: rgb(163,88,126); }

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

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

 span { border-color: rgb(163,88,126); }

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