#AC5B8A

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

Shades of Strikemaster #AC5B8A

Tints of Strikemaster #AC5B8A

Color information

#AC5B8A (or 0xAC5B8A) is unknown color: approx Strikemaster. HEX triplet: AC, 5B and 8A. RGB value is (172,91,138). Sum of RGB (Red+Green+Blue) = 172+91+138=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B8A is #53A475. Grayscale: #787878. Windows color (decimal): -5481590 or 9067436. OLE color: 9067436.

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

Color convert

RGB17291138-
CMYK00.470.200.33
HSL325.19º32.79%51.57%-
HSV(B)325.19º47.09%67.45%-
XYZ25.3418.0926.2-
YUV120.58137.84164.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=42.89%
G=22.69%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729113800.470.200.33325.1932.7951.57
HexAC5B8A02F14211452134
Octal25413321205724415054164
Binary10101100101101110001010010111110100100001101000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B8A; }

 p { color: rgb(172,91,138); }

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

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

 a { background-color: rgb(172,91,138); }

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

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

 span { border-color: rgb(172,91,138); }

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