#AA699C

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

Shades of Violet Blue #AA699C

Tints of Violet Blue #AA699C

Color information

#AA699C (or 0xAA699C) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and 9C. RGB value is (170,105,156). Sum of RGB (Red+Green+Blue) = 170+105+156=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA699C is #559663. Grayscale: #828282. Windows color (decimal): -5609060 or 10250666. OLE color: 10250666.

HSL color Cylindrical-coordinate representation of color #AA699C: hue angle of 312.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA699C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170105156-
CMYK00.380.080.33
HSL312.92º27.66%53.92%-
HSV(B)312.92º38.24%66.67%-
XYZ27.6321.0534.06-
YUV130.25142.53156.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=39.44%
G=24.36%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010515600.380.080.33312.9227.6653.92
HexAA699C0268211391c36
Octal25215123404610414713466
Binary101010101101001100111000100110100010000110011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA699C; }

 p { color: rgb(170,105,156); }

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

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

 a { background-color: rgb(170,105,156); }

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

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

 span { border-color: rgb(170,105,156); }

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