#A55E89

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

Shades of Strikemaster #A55E89

Tints of Strikemaster #A55E89

Color information

#A55E89 (or 0xA55E89) is unknown color: approx Strikemaster. HEX triplet: A5, 5E and 89. RGB value is (165,94,137). Sum of RGB (Red+Green+Blue) = 165+94+137=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E89 is #5AA176. Grayscale: #787878. Windows color (decimal): -5939575 or 9002661. OLE color: 9002661.

HSL color Cylindrical-coordinate representation of color #A55E89: hue angle of 323.66º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E89 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16594137-
CMYK00.430.170.35
HSL323.66º28.29%50.78%-
HSV(B)323.66º43.03%64.71%-
XYZ24.0417.8125.84-
YUV120.13137.52160-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=41.67%
G=23.74%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659413700.430.170.35323.6628.2950.78
HexA55E8902B11231441c33
Octal24513621105321435043463
Binary1010010110111101000100101010111000110001110100010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E89; }

 p { color: rgb(165,94,137); }

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

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

 a { background-color: rgb(165,94,137); }

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

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

 span { border-color: rgb(165,94,137); }

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