#AA6188

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

Shades of Strikemaster #AA6188

Tints of Strikemaster #AA6188

Color information

#AA6188 (or 0xAA6188) is unknown color: approx Strikemaster. HEX triplet: AA, 61 and 88. RGB value is (170,97,136). Sum of RGB (Red+Green+Blue) = 170+97+136=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6188 is #559E77. Grayscale: #7B7B7B. Windows color (decimal): -5611128 or 8937898. OLE color: 8937898.

HSL color Cylindrical-coordinate representation of color #AA6188: hue angle of 327.95º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6188 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17097136-
CMYK00.430.200.33
HSL327.95º30.04%52.35%-
HSV(B)327.95º42.94%66.67%-
XYZ25.318.8725.6-
YUV123.27135.18161.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=42.18%
G=24.07%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709713600.430.200.33327.9530.0452.35
HexAA618802B14211481e34
Octal25214121005324415103664
Binary1010101011000011000100001010111010010000110100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6188; }

 p { color: rgb(170,97,136); }

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

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

 a { background-color: rgb(170,97,136); }

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

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

 span { border-color: rgb(170,97,136); }

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