#AD51AC

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

Shades of Violet Blue #AD51AC

Tints of Violet Blue #AD51AC

Color information

#AD51AC (or 0xAD51AC) is unknown color: approx Violet Blue. HEX triplet: AD, 51 and AC. RGB value is (173,81,172). Sum of RGB (Red+Green+Blue) = 173+81+172=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51AC is #52AE53. Grayscale: #767676. Windows color (decimal): -5418580 or 11293101. OLE color: 11293101.

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

Color convert

RGB17381172-
CMYK00.530.010.32
HSL300.65º36.22%49.8%-
HSV(B)300.65º53.18%67.84%-
XYZ27.6217.7541-
YUV118.88157.98166.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=40.61%
G=19.01%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738117200.530.010.32300.6536.2249.8
HexAD51AC03512012d2432
Octal2551212540651404554462
Binary1010110110100011010110001101011100000100101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51AC; }

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

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

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

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

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

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

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

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