#AA69A9

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

Shades of Violet Blue #AA69A9

Tints of Violet Blue #AA69A9

Color information

#AA69A9 (or 0xAA69A9) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and A9. RGB value is (170,105,169). Sum of RGB (Red+Green+Blue) = 170+105+169=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA69A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69A9 is #559656. Grayscale: #838383. Windows color (decimal): -5609047 or 11102634. OLE color: 11102634.

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

Color convert

RGB170105169-
CMYK00.380.010.33
HSL300.92º27.66%53.92%-
HSV(B)300.92º38.24%66.67%-
XYZ28.7921.5140.17-
YUV131.73149.03155.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=38.29%
G=23.65%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010516900.380.010.33300.9227.6653.92
HexAA69A902612112d1c36
Octal2521512510461414553466
Binary101010101101001101010010100110110000110010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69A9; }

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

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

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

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

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

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

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

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