#AA6DA6

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

Shades of Violet Blue #AA6DA6

Tints of Violet Blue #AA6DA6

Color information

#AA6DA6 (or 0xAA6DA6) is unknown color: approx Violet Blue. HEX triplet: AA, 6D and A6. RGB value is (170,109,166). Sum of RGB (Red+Green+Blue) = 170+109+166=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6DA6 is #559259. Grayscale: #858585. Windows color (decimal): -5608026 or 10907050. OLE color: 10907050.

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

Color convert

RGB170109166-
CMYK00.360.020.33
HSL303.93º26.41%54.71%-
HSV(B)303.93º35.88%66.67%-
XYZ28.9322.2438.84-
YUV133.74146.21153.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 166 (65.23% from 255) = 37.30%
R=38.20%
G=24.49%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010916600.360.020.33303.9326.4154.71
HexAA6DA60242211301a37
Octal2521552460442414603267
Binary1010101011011011010011001001001010000110011000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DA6; }

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

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

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

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

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

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

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

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