#A44E8A

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

Shades of Strikemaster #A44E8A

Tints of Strikemaster #A44E8A

Color information

#A44E8A (or 0xA44E8A) is unknown color: approx Strikemaster. HEX triplet: A4, 4E and 8A. RGB value is (164,78,138). Sum of RGB (Red+Green+Blue) = 164+78+138=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E8A is #5BB175. Grayscale: #6E6E6E. Windows color (decimal): -6009206 or 9064100. OLE color: 9064100.

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

Color convert

RGB16478138-
CMYK00.520.160.36
HSL318.14º35.54%47.45%-
HSV(B)318.14º52.44%64.31%-
XYZ22.6215.1825.78-
YUV110.55143.49166.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=43.16%
G=20.53%
B=36.32%

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
Decimal1647813800.520.160.36318.1435.5447.45
HexA44E8A034102413e242f
Octal24411621206420444764457
Binary10100100100111010001010011010010000100100100111110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E8A; }

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

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

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

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

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

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

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

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