#A45F8E

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

Shades of Strikemaster #A45F8E

Tints of Strikemaster #A45F8E

Color information

#A45F8E (or 0xA45F8E) is unknown color: approx Strikemaster. HEX triplet: A4, 5F and 8E. RGB value is (164,95,142). Sum of RGB (Red+Green+Blue) = 164+95+142=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45F8E is #5BA071. Grayscale: #787878. Windows color (decimal): -6004850 or 9330596. OLE color: 9330596.

HSL color Cylindrical-coordinate representation of color #A45F8E: hue angle of 319.13º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F8E is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16495142-
CMYK00.420.130.36
HSL319.13º27.49%50.78%-
HSV(B)319.13º42.07%64.31%-
XYZ24.2818.0327.79-
YUV120.99139.86158.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=40.90%
G=23.69%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649514200.420.130.36319.1327.4950.78
HexA45F8E02AD2413f1b33
Octal24413721605215444773363
Binary101001001011111100011100101010110110010010011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F8E; }

 p { color: rgb(164,95,142); }

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

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

 a { background-color: rgb(164,95,142); }

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

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

 span { border-color: rgb(164,95,142); }

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