#AD6AAC

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

Shades of Violet Blue #AD6AAC

Tints of Violet Blue #AD6AAC

Color information

#AD6AAC (or 0xAD6AAC) is unknown color: approx Violet Blue. HEX triplet: AD, 6A and AC. RGB value is (173,106,172). Sum of RGB (Red+Green+Blue) = 173+106+172=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAC is #529553. Grayscale: #858585. Windows color (decimal): -5412180 or 11299501. OLE color: 11299501.

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

Color convert

RGB173106172-
CMYK00.390.010.32
HSL300.9º29%54.71%-
HSV(B)300.9º38.73%67.84%-
XYZ29.8322.1741.74-
YUV133.56149.7156.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=38.36%
G=23.50%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310617200.390.010.32300.92954.71
HexAD6AAC02712012d1d37
Octal2551522540471404553567
Binary101011011101010101011000100111110000010010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AAC; }

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

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

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

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

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

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

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

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