#AC5F8C

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

Shades of Strikemaster #AC5F8C

Tints of Strikemaster #AC5F8C

Color information

#AC5F8C (or 0xAC5F8C) is unknown color: approx Strikemaster. HEX triplet: AC, 5F and 8C. RGB value is (172,95,140). Sum of RGB (Red+Green+Blue) = 172+95+140=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5F8C is #53A073. Grayscale: #7B7B7B. Windows color (decimal): -5480564 or 9199532. OLE color: 9199532.

HSL color Cylindrical-coordinate representation of color #AC5F8C: hue angle of 324.94º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5F8C is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17295140-
CMYK00.450.190.33
HSL324.94º31.69%52.35%-
HSV(B)324.94º44.77%67.45%-
XYZ25.8418.8527.09-
YUV123.15137.51162.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=42.26%
G=23.34%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729514000.450.190.33324.9431.6952.35
HexAC5F8C02D13211452034
Octal25413721405523415054064
Binary10101100101111110001100010110110011100001101000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F8C; }

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

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

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

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

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

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

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

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