#AD6AAA

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

Shades of Violet Blue #AD6AAA

Tints of Violet Blue #AD6AAA

Color information

#AD6AAA (or 0xAD6AAA) is unknown color: approx Violet Blue. HEX triplet: AD, 6A and AA. RGB value is (173,106,170). Sum of RGB (Red+Green+Blue) = 173+106+170=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAA is #529555. Grayscale: #858585. Windows color (decimal): -5412182 or 11168429. OLE color: 11168429.

HSL color Cylindrical-coordinate representation of color #AD6AAA: hue angle of 302.69º 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 #AD6AAA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173106170-
CMYK00.390.020.32
HSL302.69º29%54.71%-
HSV(B)302.69º38.73%67.84%-
XYZ29.6422.0940.73-
YUV133.33148.7156.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=38.53%
G=23.61%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310617000.390.020.32302.692954.71
HexAD6AAA02722012f1d37
Octal2551522520472404573567
Binary1010110111010101010101001001111010000010010111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AAA; }

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

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

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

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

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

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

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

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