#AA6DAC

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

Shades of Violet Blue #AA6DAC

Tints of Violet Blue #AA6DAC

Color information

#AA6DAC (or 0xAA6DAC) is unknown color: approx Violet Blue. HEX triplet: AA, 6D and AC. RGB value is (170,109,172). Sum of RGB (Red+Green+Blue) = 170+109+172=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6DAC is #559253. Grayscale: #868686. Windows color (decimal): -5608020 or 11300266. OLE color: 11300266.

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

Color convert

RGB170109172-
CMYK0.010.3700.33
HSL298.1º27.51%55.1%-
HSV(B)298.1º36.63%67.45%-
XYZ29.4922.4641.81-
YUV134.42149.21153.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=37.69%
G=24.17%
B=38.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701091720.010.3700.33298.127.5155.1
HexAA6DAC12502112a1c37
Octal2521552541450414523467
Binary101010101101101101011001100101010000110010101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DAC; }

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

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

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

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

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

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

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

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