#A5587E

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

Shades of Strikemaster #A5587E

Tints of Strikemaster #A5587E

Color information

#A5587E (or 0xA5587E) is unknown color: approx Strikemaster. HEX triplet: A5, 58 and 7E. RGB value is (165,88,126). Sum of RGB (Red+Green+Blue) = 165+88+126=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587E is #5AA781. Grayscale: #737373. Windows color (decimal): -5941122 or 8280229. OLE color: 8280229.

HSL color Cylindrical-coordinate representation of color #A5587E: hue angle of 330.39º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5587E is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16588126-
CMYK00.470.240.35
HSL330.39º30.43%49.61%-
HSV(B)330.39º46.67%64.71%-
XYZ22.7716.4921.72-
YUV115.36134.01163.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=43.54%
G=23.22%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658812600.470.240.35330.3930.4349.61
HexA5587E02F182314a1e32
Octal24513017605730435123662
Binary101001011011000111111001011111100010001110100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5587E; }

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

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

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

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

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

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

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

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