#A45A8E

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

Shades of Strikemaster #A45A8E

Tints of Strikemaster #A45A8E

Color information

#A45A8E (or 0xA45A8E) is unknown color: approx Strikemaster. HEX triplet: A4, 5A and 8E. RGB value is (164,90,142). Sum of RGB (Red+Green+Blue) = 164+90+142=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45A8E is #5BA571. Grayscale: #757575. Windows color (decimal): -6006130 or 9329316. OLE color: 9329316.

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

Color convert

RGB16490142-
CMYK00.450.130.36
HSL317.84º29.13%49.8%-
HSV(B)317.84º45.12%64.31%-
XYZ23.8517.1627.65-
YUV118.05141.52160.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=41.41%
G=22.73%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649014200.450.130.36317.8429.1349.8
HexA45A8E02DD2413e1d32
Octal24413221605515444763562
Binary101001001011010100011100101101110110010010011111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A8E; }

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

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

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

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

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

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

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

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