#AA658A

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

Shades of Strikemaster #AA658A

Tints of Strikemaster #AA658A

Color information

#AA658A (or 0xAA658A) is unknown color: approx Strikemaster. HEX triplet: AA, 65 and 8A. RGB value is (170,101,138). Sum of RGB (Red+Green+Blue) = 170+101+138=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA658A is #559A75. Grayscale: #7D7D7D. Windows color (decimal): -5610102 or 9069994. OLE color: 9069994.

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

Color convert

RGB170101138-
CMYK00.410.190.33
HSL327.83º28.87%53.14%-
HSV(B)327.83º40.59%66.67%-
XYZ25.8219.6926.48-
YUV125.85134.86159.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=41.56%
G=24.69%
B=33.74%

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
Decimal17010113800.410.190.33327.8328.8753.14
HexAA658A02913211481d35
Octal25214521205123415103565
Binary1010101011001011000101001010011001110000110100100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA658A; }

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

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

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

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

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

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

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

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