#A44E89

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

Shades of Strikemaster #A44E89

Tints of Strikemaster #A44E89

Color information

#A44E89 (or 0xA44E89) is unknown color: approx Strikemaster. HEX triplet: A4, 4E and 89. RGB value is (164,78,137). Sum of RGB (Red+Green+Blue) = 164+78+137=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E89 is #5BB176. Grayscale: #6E6E6E. Windows color (decimal): -6009207 or 8998564. OLE color: 8998564.

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

Color convert

RGB16478137-
CMYK00.520.160.36
HSL318.84º35.54%47.45%-
HSV(B)318.84º52.44%64.31%-
XYZ22.5515.1525.4-
YUV110.44142.99166.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=43.27%
G=20.58%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647813700.520.160.36318.8435.5447.45
HexA44E89034102413f242f
Octal24411621106420444774457
Binary10100100100111010001001011010010000100100100111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E89; }

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

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

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

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

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

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

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

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