#AD6DAC

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

Shades of Violet Blue #AD6DAC

Tints of Violet Blue #AD6DAC

Color information

#AD6DAC (or 0xAD6DAC) is unknown color: approx Violet Blue. HEX triplet: AD, 6D and AC. RGB value is (173,109,172). Sum of RGB (Red+Green+Blue) = 173+109+172=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DAC is #529253. Grayscale: #878787. Windows color (decimal): -5411412 or 11300269. OLE color: 11300269.

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

Color convert

RGB173109172-
CMYK00.370.010.32
HSL300.94º28.07%55.29%-
HSV(B)300.94º36.99%67.84%-
XYZ30.1522.841.84-
YUV135.32148.7154.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=38.11%
G=24.01%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310917200.370.010.32300.9428.0755.29
HexAD6DAC02512012d1c37
Octal2551552540451404553467
Binary101011011101101101011000100101110000010010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6DAC; }

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

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

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

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

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

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

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

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