#AC46AC

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

Shades of Violet Blue #AC46AC

Tints of Violet Blue #AC46AC

Color information

#AC46AC (or 0xAC46AC) is unknown color: approx Violet Blue. HEX triplet: AC, 46 and AC. RGB value is (172,70,172). Sum of RGB (Red+Green+Blue) = 172+70+172=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC46AC is #53B953. Grayscale: #6F6F6F. Windows color (decimal): -5486932 or 11290284. OLE color: 11290284.

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

Color convert

RGB17270172-
CMYK00.5900.33
HSL300º42.15%47.45%-
HSV(B)300º59.3%67.45%-
XYZ26.6516.1340.74-
YUV112.13161.79170.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=41.55%
G=16.91%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727017200.5900.3330042.1547.45
HexAC46AC03B02112c2a2f
Octal2541062540730414545257
Binary1010110010001101010110001110110100001100101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46AC; }

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

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

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

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

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

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

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

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