#AA699F

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

Shades of Violet Blue #AA699F

Tints of Violet Blue #AA699F

Color information

#AA699F (or 0xAA699F) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and 9F. RGB value is (170,105,159). Sum of RGB (Red+Green+Blue) = 170+105+159=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA699F is #559660. Grayscale: #828282. Windows color (decimal): -5609057 or 10447274. OLE color: 10447274.

HSL color Cylindrical-coordinate representation of color #AA699F: hue angle of 310.15º 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 #AA699F is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170105159-
CMYK00.380.060.33
HSL310.15º27.66%53.92%-
HSV(B)310.15º38.24%66.67%-
XYZ27.8921.1535.41-
YUV130.59144.03156.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=39.17%
G=24.19%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010515900.380.060.33310.1527.6653.92
HexAA699F0266211361c36
Octal2521512370466414663466
Binary10101010110100110011111010011011010000110011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA699F; }

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

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

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

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

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

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

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

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