#AC51AC

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

Shades of Violet Blue #AC51AC

Tints of Violet Blue #AC51AC

Color information

#AC51AC (or 0xAC51AC) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and AC. RGB value is (172,81,172). Sum of RGB (Red+Green+Blue) = 172+81+172=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC51AC is #53AE53. Grayscale: #767676. Windows color (decimal): -5484116 or 11293100. OLE color: 11293100.

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

Color convert

RGB17281172-
CMYK00.5300.33
HSL300º35.97%49.61%-
HSV(B)300º52.91%67.45%-
XYZ27.417.6340.99-
YUV118.58158.15166.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=40.47%
G=19.06%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728117200.5300.3330035.9749.61
HexAC51AC03502112c2432
Octal2541212540650414544462
Binary1010110010100011010110001101010100001100101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51AC; }

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

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

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

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

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

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

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

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