#AA5D8F

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

Shades of Strikemaster #AA5D8F

Tints of Strikemaster #AA5D8F

Color information

#AA5D8F (or 0xAA5D8F) is unknown color: approx Strikemaster. HEX triplet: AA, 5D and 8F. RGB value is (170,93,143). Sum of RGB (Red+Green+Blue) = 170+93+143=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5D8F is #55A270. Grayscale: #797979. Windows color (decimal): -5612145 or 9395626. OLE color: 9395626.

HSL color Cylindrical-coordinate representation of color #AA5D8F: hue angle of 321.04º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5D8F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17093143-
CMYK00.450.160.33
HSL321.04º31.17%51.57%-
HSV(B)321.04º45.29%66.67%-
XYZ25.4518.3628.19-
YUV121.72140.01162.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=41.87%
G=22.91%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709314300.450.160.33321.0431.1751.57
HexAA5D8F02D10211411f34
Octal25213521705520415013764
Binary1010101010111011000111101011011000010000110100000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D8F; }

 p { color: rgb(170,93,143); }

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

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

 a { background-color: rgb(170,93,143); }

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

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

 span { border-color: rgb(170,93,143); }

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