#AA618C

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

Shades of Strikemaster #AA618C

Tints of Strikemaster #AA618C

Color information

#AA618C (or 0xAA618C) is unknown color: approx Strikemaster. HEX triplet: AA, 61 and 8C. RGB value is (170,97,140). Sum of RGB (Red+Green+Blue) = 170+97+140=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA618C is #559E73. Grayscale: #7B7B7B. Windows color (decimal): -5611124 or 9200042. OLE color: 9200042.

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

Color convert

RGB17097140-
CMYK00.430.180.33
HSL324.66º30.04%52.35%-
HSV(B)324.66º42.94%66.67%-
XYZ25.5918.9927.13-
YUV123.73137.18161-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=41.77%
G=23.83%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709714000.430.180.33324.6630.0452.35
HexAA618C02B12211451e34
Octal25214121405322415053664
Binary1010101011000011000110001010111001010000110100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA618C; }

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

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

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

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

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

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

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

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