#AA5C82

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

Shades of Strikemaster #AA5C82

Tints of Strikemaster #AA5C82

Color information

#AA5C82 (or 0xAA5C82) is unknown color: approx Strikemaster. HEX triplet: AA, 5C and 82. RGB value is (170,92,130). Sum of RGB (Red+Green+Blue) = 170+92+130=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C82 is #55A37D. Grayscale: #777777. Windows color (decimal): -5612414 or 8543402. OLE color: 8543402.

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

Color convert

RGB17092130-
CMYK00.460.240.33
HSL330.77º31.45%51.37%-
HSV(B)330.77º45.88%66.67%-
XYZ24.4317.8123.27-
YUV119.65133.84163.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=43.37%
G=23.47%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709213000.460.240.33330.7731.4551.37
HexAA5C8202E182114b1f33
Octal25213420205630415133763
Binary1010101010111001000001001011101100010000110100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C82; }

 p { color: rgb(170,92,130); }

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

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

 a { background-color: rgb(170,92,130); }

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

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

 span { border-color: rgb(170,92,130); }

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