#AA69AA

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

Shades of Violet Blue #AA69AA

Tints of Violet Blue #AA69AA

Color information

#AA69AA (or 0xAA69AA) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and AA. RGB value is (170,105,170). Sum of RGB (Red+Green+Blue) = 170+105+170=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69AA is #559655. Grayscale: #838383. Windows color (decimal): -5609046 or 11168170. OLE color: 11168170.

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

Color convert

RGB170105170-
CMYK00.3800.33
HSL300º27.66%53.92%-
HSV(B)300º38.24%66.67%-
XYZ28.8821.5540.67-
YUV131.84149.53155.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=38.20%
G=23.60%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010517000.3800.3330027.6653.92
HexAA69AA02602112c1c36
Octal2521512520460414543466
Binary101010101101001101010100100110010000110010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69AA; }

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

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

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

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

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

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

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

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