#AA608F

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

Shades of Strikemaster #AA608F

Tints of Strikemaster #AA608F

Color information

#AA608F (or 0xAA608F) is unknown color: approx Strikemaster. HEX triplet: AA, 60 and 8F. RGB value is (170,96,143). Sum of RGB (Red+Green+Blue) = 170+96+143=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA608F is #559F70. Grayscale: #7B7B7B. Windows color (decimal): -5611377 or 9396394. OLE color: 9396394.

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

Color convert

RGB17096143-
CMYK00.440.160.33
HSL321.89º30.33%52.16%-
HSV(B)321.89º43.53%66.67%-
XYZ25.7218.8928.28-
YUV123.48139.02161.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=41.56%
G=23.47%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709614300.440.160.33321.8930.3352.16
HexAA608F02C10211421e34
Octal25214021705420415023664
Binary1010101011000001000111101011001000010000110100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA608F; }

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

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

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

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

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

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

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

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