#AA618F

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

Shades of Strikemaster #AA618F

Tints of Strikemaster #AA618F

Color information

#AA618F (or 0xAA618F) is unknown color: approx Strikemaster. HEX triplet: AA, 61 and 8F. RGB value is (170,97,143). Sum of RGB (Red+Green+Blue) = 170+97+143=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA618F is #559E70. Grayscale: #7B7B7B. Windows color (decimal): -5611121 or 9396650. OLE color: 9396650.

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

Color convert

RGB17097143-
CMYK00.430.160.33
HSL322.19º30.04%52.35%-
HSV(B)322.19º42.94%66.67%-
XYZ25.8119.0828.31-
YUV124.07138.68160.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=41.46%
G=23.66%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709714300.430.160.33322.1930.0452.35
HexAA618F02B10211421e34
Octal25214121705320415023664
Binary1010101011000011000111101010111000010000110100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA618F; }

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

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

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

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

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

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

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

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