#AD45AC

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

Shades of Violet Blue #AD45AC

Tints of Violet Blue #AD45AC

Color information

#AD45AC (or 0xAD45AC) is unknown color: approx Violet Blue. HEX triplet: AD, 45 and AC. RGB value is (173,69,172). Sum of RGB (Red+Green+Blue) = 173+69+172=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45AC is #52BA53. Grayscale: #6F6F6F. Windows color (decimal): -5421652 or 11290029. OLE color: 11290029.

HSL color Cylindrical-coordinate representation of color #AD45AC: hue angle of 300.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD45AC is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17369172-
CMYK00.600.010.32
HSL300.58º42.98%47.45%-
HSV(B)300.58º60.12%67.84%-
XYZ26.8116.1240.73-
YUV111.84161.96171.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=41.79%
G=16.67%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736917200.600.010.32300.5842.9847.45
HexAD45AC03C12012d2b2f
Octal2551052540741404555357
Binary1010110110001011010110001111001100000100101101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD45AC; }

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

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

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

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

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

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

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

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