#AC5E92

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

Shades of Strikemaster #AC5E92

Tints of Strikemaster #AC5E92

Color information

#AC5E92 (or 0xAC5E92) is unknown color: approx Strikemaster. HEX triplet: AC, 5E and 92. RGB value is (172,94,146). Sum of RGB (Red+Green+Blue) = 172+94+146=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E92 is #53A16D. Grayscale: #7B7B7B. Windows color (decimal): -5480814 or 9592492. OLE color: 9592492.

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

Color convert

RGB17294146-
CMYK00.450.150.33
HSL320º31.97%52.16%-
HSV(B)320º45.35%67.45%-
XYZ26.218.8529.45-
YUV123.25140.84162.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=41.75%
G=22.82%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729414600.450.150.3332031.9752.16
HexAC5E9202DF211402034
Octal25413622205517415004064
Binary1010110010111101001001001011011111100001101000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E92; }

 p { color: rgb(172,94,146); }

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

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

 a { background-color: rgb(172,94,146); }

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

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

 span { border-color: rgb(172,94,146); }

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