#AA6DAB

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

Shades of Violet Blue #AA6DAB

Tints of Violet Blue #AA6DAB

Color information

#AA6DAB (or 0xAA6DAB) is unknown color: approx Violet Blue. HEX triplet: AA, 6D and AB. RGB value is (170,109,171). Sum of RGB (Red+Green+Blue) = 170+109+171=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA6DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6DAB is #559254. Grayscale: #868686. Windows color (decimal): -5608021 or 11234730. OLE color: 11234730.

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

Color convert

RGB170109171-
CMYK0.010.3600.33
HSL299.03º26.96%54.9%-
HSV(B)299.03º36.26%67.06%-
XYZ29.422.4241.31-
YUV134.31148.71153.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 171 (67.19% from 255) = 38%
R=37.78%
G=24.22%
B=38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701091710.010.3600.33299.0326.9654.9
HexAA6DAB12402112b1b37
Octal2521552531440414533367
Binary101010101101101101010111100100010000110010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DAB; }

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

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

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

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

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

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

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

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