#AA66AF

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

Shades of Violet Blue #AA66AF

Tints of Violet Blue #AA66AF

Color information

#AA66AF (or 0xAA66AF) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and AF. RGB value is (170,102,175). Sum of RGB (Red+Green+Blue) = 170+102+175=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA66AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66AF is #559950. Grayscale: #828282. Windows color (decimal): -5609809 or 11495082. OLE color: 11495082.

HSL color Cylindrical-coordinate representation of color #AA66AF: hue angle of 295.89º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA66AF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170102175-
CMYK0.030.4200.31
HSL295.89º31.33%54.31%-
HSV(B)295.89º41.71%68.63%-
XYZ29.0721.1443.11-
YUV130.65153.03156.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=38.03%
G=22.82%
B=39.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701021750.030.4200.31295.8931.3354.31
HexAA66AF32A01F1281f36
Octal2521462573520374503766
Binary101010101100110101011111110101001111110010100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66AF; }

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

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

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

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

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

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

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

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