#AD68AA

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

Shades of Violet Blue #AD68AA

Tints of Violet Blue #AD68AA

Color information

#AD68AA (or 0xAD68AA) is unknown color: approx Violet Blue. HEX triplet: AD, 68 and AA. RGB value is (173,104,170). Sum of RGB (Red+Green+Blue) = 173+104+170=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD68AA is #529755. Grayscale: #838383. Windows color (decimal): -5412694 or 11167917. OLE color: 11167917.

HSL color Cylindrical-coordinate representation of color #AD68AA: hue angle of 302.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD68AA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173104170-
CMYK00.400.020.32
HSL302.61º29.61%54.31%-
HSV(B)302.61º39.88%67.84%-
XYZ29.4421.6940.66-
YUV132.16149.36157.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=38.70%
G=23.27%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310417000.400.020.32302.6129.6154.31
HexAD68AA02822012f1e36
Octal2551502520502404573666
Binary1010110111010001010101001010001010000010010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68AA; }

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

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

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

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

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

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

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

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