#AA668D

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

Shades of Strikemaster #AA668D

Tints of Strikemaster #AA668D

Color information

#AA668D (or 0xAA668D) is unknown color: approx Strikemaster. HEX triplet: AA, 66 and 8D. RGB value is (170,102,141). Sum of RGB (Red+Green+Blue) = 170+102+141=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA668D is #559972. Grayscale: #7E7E7E. Windows color (decimal): -5609843 or 9266858. OLE color: 9266858.

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

Color convert

RGB170102141-
CMYK00.40.170.33
HSL325.59º28.57%53.33%-
HSV(B)325.59º40%66.67%-
XYZ26.1419.9727.68-
YUV126.78136.03158.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=41.16%
G=24.70%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010214100.40.170.33325.5928.5753.33
HexAA668D02811211461d35
Octal25214621505021415063565
Binary1010101011001101000110101010001000110000110100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA668D; }

 p { color: rgb(170,102,141); }

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

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

 a { background-color: rgb(170,102,141); }

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

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

 span { border-color: rgb(170,102,141); }

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