#AA6390

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

Shades of Strikemaster #AA6390

Tints of Strikemaster #AA6390

Color information

#AA6390 (or 0xAA6390) is unknown color: approx Strikemaster. HEX triplet: AA, 63 and 90. RGB value is (170,99,144). Sum of RGB (Red+Green+Blue) = 170+99+144=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6390 is #559C6F. Grayscale: #7D7D7D. Windows color (decimal): -5610608 or 9462698. OLE color: 9462698.

HSL color Cylindrical-coordinate representation of color #AA6390: hue angle of 321.97º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6390 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17099144-
CMYK00.420.150.33
HSL321.97º29.46%52.75%-
HSV(B)321.97º41.76%66.67%-
XYZ26.0719.4828.77-
YUV125.36138.52159.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=41.16%
G=23.97%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709914400.420.150.33321.9729.4652.75
HexAA639002AF211421d35
Octal25214322005217415023565
Binary101010101100011100100000101010111110000110100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6390; }

 p { color: rgb(170,99,144); }

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

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

 a { background-color: rgb(170,99,144); }

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

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

 span { border-color: rgb(170,99,144); }

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