#AD66AA

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

Shades of Violet Blue #AD66AA

Tints of Violet Blue #AD66AA

Color information

#AD66AA (or 0xAD66AA) is unknown color: approx Violet Blue. HEX triplet: AD, 66 and AA. RGB value is (173,102,170). Sum of RGB (Red+Green+Blue) = 173+102+170=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD66AA is #529955. Grayscale: #828282. Windows color (decimal): -5413206 or 11167405. OLE color: 11167405.

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

Color convert

RGB173102170-
CMYK00.410.020.32
HSL302.54º30.21%53.92%-
HSV(B)302.54º41.04%67.84%-
XYZ29.2421.2940.6-
YUV130.98150.02157.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=38.88%
G=22.92%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310217000.410.020.32302.5430.2153.92
HexAD66AA02922012f1e36
Octal2551462520512404573666
Binary1010110111001101010101001010011010000010010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66AA; }

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

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

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

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

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

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

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

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