#AA689F

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

Shades of Violet Blue #AA689F

Tints of Violet Blue #AA689F

Color information

#AA689F (or 0xAA689F) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and 9F. RGB value is (170,104,159). Sum of RGB (Red+Green+Blue) = 170+104+159=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA689F is #559760. Grayscale: #818181. Windows color (decimal): -5609313 or 10447018. OLE color: 10447018.

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

Color convert

RGB170104159-
CMYK00.390.060.33
HSL310º27.97%53.73%-
HSV(B)310º38.82%66.67%-
XYZ27.7920.9535.38-
YUV130144.37156.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=39.26%
G=24.02%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010415900.390.060.3331027.9753.73
HexAA689F0276211361c36
Octal2521502370476414663466
Binary10101010110100010011111010011111010000110011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA689F; }

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

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

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

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

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

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

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

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