#AC58AC

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

Shades of Violet Blue #AC58AC

Tints of Violet Blue #AC58AC

Color information

#AC58AC (or 0xAC58AC) is unknown color: approx Violet Blue. HEX triplet: AC, 58 and AC. RGB value is (172,88,172). Sum of RGB (Red+Green+Blue) = 172+88+172=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC58AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58AC is #53A753. Grayscale: #7A7A7A. Windows color (decimal): -5482324 or 11294892. OLE color: 11294892.

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

Color convert

RGB17288172-
CMYK00.4900.33
HSL300º33.6%50.98%-
HSV(B)300º48.84%67.45%-
XYZ27.9518.7341.17-
YUV122.69155.83163.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=39.81%
G=20.37%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728817200.4900.3330033.650.98
HexAC58AC03102112c2233
Octal2541302540610414544263
Binary1010110010110001010110001100010100001100101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58AC; }

 p { color: rgb(172,88,172); }

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

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

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

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

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

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

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