#AA689D

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

Shades of Violet Blue #AA689D

Tints of Violet Blue #AA689D

Color information

#AA689D (or 0xAA689D) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and 9D. RGB value is (170,104,157). Sum of RGB (Red+Green+Blue) = 170+104+157=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA689D is #559762. Grayscale: #818181. Windows color (decimal): -5609315 or 10315946. OLE color: 10315946.

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

Color convert

RGB170104157-
CMYK00.390.080.33
HSL311.82º27.97%53.73%-
HSV(B)311.82º38.82%66.67%-
XYZ27.6120.8834.47-
YUV129.78143.37156.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=39.44%
G=24.13%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010415700.390.080.33311.8227.9753.73
HexAA689D0278211381c36
Octal25215023504710414703466
Binary101010101101000100111010100111100010000110011100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA689D; }

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

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

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

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

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

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

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

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