#AA5D8A

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

Shades of Strikemaster #AA5D8A

Tints of Strikemaster #AA5D8A

Color information

#AA5D8A (or 0xAA5D8A) is unknown color: approx Strikemaster. HEX triplet: AA, 5D and 8A. RGB value is (170,93,138). Sum of RGB (Red+Green+Blue) = 170+93+138=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5D8A is #55A275. Grayscale: #797979. Windows color (decimal): -5612150 or 9067946. OLE color: 9067946.

HSL color Cylindrical-coordinate representation of color #AA5D8A: hue angle of 324.94º 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 #AA5D8A is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17093138-
CMYK00.450.190.33
HSL324.94º31.17%51.57%-
HSV(B)324.94º45.29%66.67%-
XYZ25.0818.2126.24-
YUV121.15137.51162.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=42.39%
G=23.19%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709313800.450.190.33324.9431.1751.57
HexAA5D8A02D13211451f34
Octal25213521205523415053764
Binary1010101010111011000101001011011001110000110100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D8A; }

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

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

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

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

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

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

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

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