#AC608E

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

Shades of Strikemaster #AC608E

Tints of Strikemaster #AC608E

Color information

#AC608E (or 0xAC608E) is unknown color: approx Strikemaster. HEX triplet: AC, 60 and 8E. RGB value is (172,96,142). Sum of RGB (Red+Green+Blue) = 172+96+142=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC608E is #539F71. Grayscale: #7B7B7B. Windows color (decimal): -5480306 or 9330860. OLE color: 9330860.

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

Color convert

RGB17296142-
CMYK00.440.170.33
HSL323.68º31.4%52.55%-
HSV(B)323.68º44.19%67.45%-
XYZ26.0819.0927.9-
YUV123.97138.18162.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=41.95%
G=23.41%
B=34.63%

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
Decimal1729614200.440.170.33323.6831.452.55
HexAC608E02C11211441f35
Octal25414021605421415043765
Binary1010110011000001000111001011001000110000110100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC608E; }

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

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

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

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

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

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

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

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