#AD6AAD

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

Shades of Violet Blue #AD6AAD

Tints of Violet Blue #AD6AAD

Color information

#AD6AAD (or 0xAD6AAD) is unknown color: approx Violet Blue. HEX triplet: AD, 6A and AD. RGB value is (173,106,173). Sum of RGB (Red+Green+Blue) = 173+106+173=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD6AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAD is #529552. Grayscale: #858585. Windows color (decimal): -5412179 or 11365037. OLE color: 11365037.

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

Color convert

RGB173106173-
CMYK00.3900.32
HSL300º29%54.71%-
HSV(B)300º38.73%67.84%-
XYZ29.9322.2142.24-
YUV133.67150.2156.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=38.27%
G=23.45%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310617300.3900.323002954.71
HexAD6AAD02702012c1d37
Octal2551522550470404543567
Binary101011011101010101011010100111010000010010110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AAD; }

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

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

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

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

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

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

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

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