#AA66AD

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

Shades of Violet Blue #AA66AD

Tints of Violet Blue #AA66AD

Color information

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

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

Color convert

RGB170102173-
CMYK0.020.4100.32
HSL297.46º30.21%53.92%-
HSV(B)297.46º41.04%67.84%-
XYZ28.8721.0742.08-
YUV130.43152.03156.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701021730.020.4100.32297.4630.2153.92
HexAA66AD2290201291e36
Octal2521462552510404513666
Binary1010101011001101010110110101001010000010010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66AD; }

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

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

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

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

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

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

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

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