#AA6DAA

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

Shades of Violet Blue #AA6DAA

Tints of Violet Blue #AA6DAA

Color information

#AA6DAA (or 0xAA6DAA) is unknown color: approx Violet Blue. HEX triplet: AA, 6D and AA. RGB value is (170,109,170). Sum of RGB (Red+Green+Blue) = 170+109+170=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA6DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6DAA is #559255. Grayscale: #868686. Windows color (decimal): -5608022 or 11169194. OLE color: 11169194.

HSL color Cylindrical-coordinate representation of color #AA6DAA: hue angle of 300º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6DAA is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170109170-
CMYK00.3600.33
HSL300º26.41%54.71%-
HSV(B)300º35.88%66.67%-
XYZ29.322.3940.81-
YUV134.19148.21153.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=37.86%
G=24.28%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010917000.3600.3330026.4154.71
HexAA6DAA02402112c1a37
Octal2521552520440414543267
Binary101010101101101101010100100100010000110010110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DAA; }

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

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

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

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

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

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

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

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