#AC618C

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

Shades of Strikemaster #AC618C

Tints of Strikemaster #AC618C

Color information

#AC618C (or 0xAC618C) is unknown color: approx Strikemaster. HEX triplet: AC, 61 and 8C. RGB value is (172,97,140). Sum of RGB (Red+Green+Blue) = 172+97+140=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618C is #539E73. Grayscale: #7C7C7C. Windows color (decimal): -5480052 or 9200044. OLE color: 9200044.

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

Color convert

RGB17297140-
CMYK00.440.190.33
HSL325.6º31.12%52.75%-
HSV(B)325.6º43.6%67.45%-
XYZ26.0219.2127.15-
YUV124.33136.85162-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=42.05%
G=23.72%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729714000.440.190.33325.631.1252.75
HexAC618C02C13211461f35
Octal25414121405423415063765
Binary1010110011000011000110001011001001110000110100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC618C; }

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

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

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

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

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

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

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

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