#A44E87

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

Shades of Strikemaster #A44E87

Tints of Strikemaster #A44E87

Color information

#A44E87 (or 0xA44E87) is unknown color: approx Strikemaster. HEX triplet: A4, 4E and 87. RGB value is (164,78,135). Sum of RGB (Red+Green+Blue) = 164+78+135=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E87 is #5BB178. Grayscale: #6E6E6E. Windows color (decimal): -6009209 or 8867492. OLE color: 8867492.

HSL color Cylindrical-coordinate representation of color #A44E87: hue angle of 320.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E87 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16478135-
CMYK00.520.180.36
HSL320.23º35.54%47.45%-
HSV(B)320.23º52.44%64.31%-
XYZ22.4115.0924.65-
YUV110.21141.99166.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=43.50%
G=20.69%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647813500.520.180.36320.2335.5447.45
HexA44E870341224140242f
Octal24411620706422445004457
Binary10100100100111010000111011010010010100100101000000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E87; }

 p { color: rgb(164,78,135); }

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

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

 a { background-color: rgb(164,78,135); }

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

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

 span { border-color: rgb(164,78,135); }

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