#AC51B0

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

Shades of Violet Blue #AC51B0

Tints of Violet Blue #AC51B0

Color information

#AC51B0 (or 0xAC51B0) is unknown color: approx Violet Blue. HEX triplet: AC, 51 and B0. RGB value is (172,81,176). Sum of RGB (Red+Green+Blue) = 172+81+176=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC51B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC51B0 is #53AE4F. Grayscale: #767676. Windows color (decimal): -5484112 or 11555244. OLE color: 11555244.

HSL color Cylindrical-coordinate representation of color #AC51B0: hue angle of 297.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC51B0 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17281176-
CMYK0.020.5400.31
HSL297.47º37.55%50.39%-
HSV(B)297.47º53.98%69.02%-
XYZ27.7917.7943.04-
YUV119.04160.15165.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=40.09%
G=18.88%
B=41.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172811760.020.5400.31297.4737.5550.39
HexAC51B023601F1292632
Octal2541212602660374514662
Binary1010110010100011011000010110110011111100101001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51B0; }

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

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

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

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

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

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

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

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