#AC5C8D

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

Shades of Strikemaster #AC5C8D

Tints of Strikemaster #AC5C8D

Color information

#AC5C8D (or 0xAC5C8D) is unknown color: approx Strikemaster. HEX triplet: AC, 5C and 8D. RGB value is (172,92,141). Sum of RGB (Red+Green+Blue) = 172+92+141=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C8D is #53A372. Grayscale: #797979. Windows color (decimal): -5481331 or 9264300. OLE color: 9264300.

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

Color convert

RGB17292141-
CMYK00.470.180.33
HSL323.25º32.52%51.76%-
HSV(B)323.25º46.51%67.45%-
XYZ25.6518.3527.39-
YUV121.51139164.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=42.47%
G=22.72%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729214100.470.180.33323.2532.5251.76
HexAC5C8D02F12211432134
Octal25413421505722415034164
Binary10101100101110010001101010111110010100001101000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C8D; }

 p { color: rgb(172,92,141); }

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

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

 a { background-color: rgb(172,92,141); }

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

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

 span { border-color: rgb(172,92,141); }

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