#AC608C

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

Shades of Strikemaster #AC608C

Tints of Strikemaster #AC608C

Color information

#AC608C (or 0xAC608C) is unknown color: approx Strikemaster. HEX triplet: AC, 60 and 8C. RGB value is (172,96,140). Sum of RGB (Red+Green+Blue) = 172+96+140=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC608C is #539F73. Grayscale: #7B7B7B. Windows color (decimal): -5480308 or 9199788. OLE color: 9199788.

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

Color convert

RGB17296140-
CMYK00.440.190.33
HSL325.26º31.4%52.55%-
HSV(B)325.26º44.19%67.45%-
XYZ25.9319.0327.12-
YUV123.74137.18162.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=42.16%
G=23.53%
B=34.31%

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
Decimal1729614000.440.190.33325.2631.452.55
HexAC608C02C13211451f35
Octal25414021405423415053765
Binary1010110011000001000110001011001001110000110100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC608C; }

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

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

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

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

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

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

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

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