#AA689B

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

Shades of Violet Blue #AA689B

Tints of Violet Blue #AA689B

Color information

#AA689B (or 0xAA689B) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and 9B. RGB value is (170,104,155). Sum of RGB (Red+Green+Blue) = 170+104+155=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA689B is #559764. Grayscale: #818181. Windows color (decimal): -5609317 or 10184874. OLE color: 10184874.

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

Color convert

RGB170104155-
CMYK00.390.090.33
HSL313.64º27.97%53.73%-
HSV(B)313.64º38.82%66.67%-
XYZ27.4420.8133.58-
YUV129.55142.37156.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=39.63%
G=24.24%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010415500.390.090.33313.6427.9753.73
HexAA689B02792113a1c36
Octal25215023304711414723466
Binary101010101101000100110110100111100110000110011101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA689B; }

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

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

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

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

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

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

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

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