#A3587F

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

Shades of Strikemaster #A3587F

Tints of Strikemaster #A3587F

Color information

#A3587F (or 0xA3587F) is unknown color: approx Strikemaster. HEX triplet: A3, 58 and 7F. RGB value is (163,88,127). Sum of RGB (Red+Green+Blue) = 163+88+127=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3587F is #5CA780. Grayscale: #727272. Windows color (decimal): -6072193 or 8345763. OLE color: 8345763.

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

Color convert

RGB16388127-
CMYK00.460.220.36
HSL328.8º29.88%49.22%-
HSV(B)328.8º46.01%63.92%-
XYZ22.4216.322.04-
YUV114.87134.85162.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 127 (50% from 255) = 33.60%
R=43.12%
G=23.28%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638812700.460.220.36328.829.8849.22
HexA3587F02E16241491e31
Octal24313017705626445113661
Binary101000111011000111111101011101011010010010100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3587F; }

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

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

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

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

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

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

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

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