#AA689E

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

Shades of Violet Blue #AA689E

Tints of Violet Blue #AA689E

Color information

#AA689E (or 0xAA689E) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and 9E. RGB value is (170,104,158). Sum of RGB (Red+Green+Blue) = 170+104+158=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA689E is #559761. Grayscale: #818181. Windows color (decimal): -5609314 or 10381482. OLE color: 10381482.

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

Color convert

RGB170104158-
CMYK00.390.070.33
HSL310.91º27.97%53.73%-
HSV(B)310.91º38.82%66.67%-
XYZ27.720.9234.92-
YUV129.89143.87156.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=39.35%
G=24.07%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010415800.390.070.33310.9127.9753.73
HexAA689E0277211371c36
Octal2521502360477414673466
Binary10101010110100010011110010011111110000110011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA689E; }

 p { color: rgb(170,104,158); }

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

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

 a { background-color: rgb(170,104,158); }

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

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

 span { border-color: rgb(170,104,158); }

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