#AA6290

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

Shades of Strikemaster #AA6290

Tints of Strikemaster #AA6290

Color information

#AA6290 (or 0xAA6290) is unknown color: approx Strikemaster. HEX triplet: AA, 62 and 90. RGB value is (170,98,144). Sum of RGB (Red+Green+Blue) = 170+98+144=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6290 is #559D6F. Grayscale: #7C7C7C. Windows color (decimal): -5610864 or 9462442. OLE color: 9462442.

HSL color Cylindrical-coordinate representation of color #AA6290: hue angle of 321.67º degrees, saturation: 0.3, 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 #AA6290 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17098144-
CMYK00.420.150.33
HSL321.67º29.75%52.55%-
HSV(B)321.67º42.35%66.67%-
XYZ25.9819.328.74-
YUV124.77138.85160.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=41.26%
G=23.79%
B=34.95%

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
Decimal1709814400.420.150.33321.6729.7552.55
HexAA629002AF211421e35
Octal25214222005217415023665
Binary101010101100010100100000101010111110000110100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6290; }

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

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

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

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

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

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

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

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