#AC618E

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

Shades of Strikemaster #AC618E

Tints of Strikemaster #AC618E

Color information

#AC618E (or 0xAC618E) is unknown color: approx Strikemaster. HEX triplet: AC, 61 and 8E. RGB value is (172,97,142). Sum of RGB (Red+Green+Blue) = 172+97+142=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618E is #539E71. Grayscale: #7C7C7C. Windows color (decimal): -5480050 or 9331116. OLE color: 9331116.

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

Color convert

RGB17297142-
CMYK00.440.170.33
HSL324º31.12%52.75%-
HSV(B)324º43.6%67.45%-
XYZ26.1719.2727.93-
YUV124.56137.85161.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=41.85%
G=23.60%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729714200.440.170.3332431.1252.75
HexAC618E02C11211441f35
Octal25414121605421415043765
Binary1010110011000011000111001011001000110000110100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC618E; }

 p { color: rgb(172,97,142); }

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

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

 a { background-color: rgb(172,97,142); }

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

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

 span { border-color: rgb(172,97,142); }

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