#AC5D8E

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

Shades of Strikemaster #AC5D8E

Tints of Strikemaster #AC5D8E

Color information

#AC5D8E (or 0xAC5D8E) is unknown color: approx Strikemaster. HEX triplet: AC, 5D and 8E. RGB value is (172,93,142). Sum of RGB (Red+Green+Blue) = 172+93+142=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D8E is #53A271. Grayscale: #7A7A7A. Windows color (decimal): -5481074 or 9330092. OLE color: 9330092.

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

Color convert

RGB17293142-
CMYK00.460.170.33
HSL322.78º32.24%51.96%-
HSV(B)322.78º45.93%67.45%-
XYZ25.8118.5527.81-
YUV122.21139.17163.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=42.26%
G=22.85%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729314200.460.170.33322.7832.2451.96
HexAC5D8E02E11211432034
Octal25413521605621415034064
Binary10101100101110110001110010111010001100001101000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D8E; }

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

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

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

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

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

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

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

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