#AA658F

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

Shades of Strikemaster #AA658F

Tints of Strikemaster #AA658F

Color information

#AA658F (or 0xAA658F) is unknown color: approx Strikemaster. HEX triplet: AA, 65 and 8F. RGB value is (170,101,143). Sum of RGB (Red+Green+Blue) = 170+101+143=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA658F is #559A70. Grayscale: #7E7E7E. Windows color (decimal): -5610097 or 9397674. OLE color: 9397674.

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

Color convert

RGB170101143-
CMYK00.410.160.33
HSL323.48º28.87%53.14%-
HSV(B)323.48º40.59%66.67%-
XYZ26.1919.8428.44-
YUV126.42137.36159.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=41.06%
G=24.40%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010114300.410.160.33323.4828.8753.14
HexAA658F02910211431d35
Octal25214521705120415033565
Binary1010101011001011000111101010011000010000110100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA658F; }

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

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

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

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

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

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

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

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