#A44F8A

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

Shades of Strikemaster #A44F8A

Tints of Strikemaster #A44F8A

Color information

#A44F8A (or 0xA44F8A) is unknown color: approx Strikemaster. HEX triplet: A4, 4F and 8A. RGB value is (164,79,138). Sum of RGB (Red+Green+Blue) = 164+79+138=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44F8A is #5BB075. Grayscale: #6E6E6E. Windows color (decimal): -6008950 or 9064356. OLE color: 9064356.

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

Color convert

RGB16479138-
CMYK00.520.160.36
HSL318.35º34.98%47.65%-
HSV(B)318.35º51.83%64.31%-
XYZ22.6915.3225.81-
YUV111.14143.16165.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=43.04%
G=20.73%
B=36.22%

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
Decimal1647913800.520.160.36318.3534.9847.65
HexA44F8A034102413e2330
Octal24411721206420444764360
Binary10100100100111110001010011010010000100100100111110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F8A; }

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

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

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

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

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

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

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

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