#AA6589

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

Shades of Strikemaster #AA6589

Tints of Strikemaster #AA6589

Color information

#AA6589 (or 0xAA6589) is unknown color: approx Strikemaster. HEX triplet: AA, 65 and 89. RGB value is (170,101,137). Sum of RGB (Red+Green+Blue) = 170+101+137=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6589 is #559A76. Grayscale: #7D7D7D. Windows color (decimal): -5610103 or 9004458. OLE color: 9004458.

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

Color convert

RGB170101137-
CMYK00.410.190.33
HSL328.7º28.87%53.14%-
HSV(B)328.7º40.59%66.67%-
XYZ25.7519.6626.1-
YUV125.73134.36159.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=41.67%
G=24.75%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010113700.410.190.33328.728.8753.14
HexAA658902913211491d35
Octal25214521105123415113565
Binary1010101011001011000100101010011001110000110100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6589; }

 p { color: rgb(170,101,137); }

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

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

 a { background-color: rgb(170,101,137); }

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

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

 span { border-color: rgb(170,101,137); }

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