#AA69AE

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

Shades of Violet Blue #AA69AE

Tints of Violet Blue #AA69AE

Color information

#AA69AE (or 0xAA69AE) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and AE. RGB value is (170,105,174). Sum of RGB (Red+Green+Blue) = 170+105+174=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA69AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69AE is #559651. Grayscale: #848484. Windows color (decimal): -5609042 or 11430314. OLE color: 11430314.

HSL color Cylindrical-coordinate representation of color #AA69AE: hue angle of 296.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA69AE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170105174-
CMYK0.020.4000.32
HSL296.52º29.87%54.71%-
HSV(B)296.52º39.66%68.24%-
XYZ29.2721.7142.69-
YUV132.3151.53154.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=37.86%
G=23.39%
B=38.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701051740.020.4000.32296.5229.8754.71
HexAA69AE2280201291e37
Octal2521512562500404513667
Binary1010101011010011010111010101000010000010010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69AE; }

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

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

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

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

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

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

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

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