#AA6BAE

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

Shades of Violet Blue #AA6BAE

Tints of Violet Blue #AA6BAE

Color information

#AA6BAE (or 0xAA6BAE) is unknown color: approx Violet Blue. HEX triplet: AA, 6B and AE. RGB value is (170,107,174). Sum of RGB (Red+Green+Blue) = 170+107+174=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BAE is #559451. Grayscale: #858585. Windows color (decimal): -5608530 or 11430826. OLE color: 11430826.

HSL color Cylindrical-coordinate representation of color #AA6BAE: hue angle of 296.42º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6BAE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170107174-
CMYK0.020.3900.32
HSL296.42º29.26%55.1%-
HSV(B)296.42º38.51%68.24%-
XYZ29.4822.1242.76-
YUV133.48150.87154.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=37.69%
G=23.73%
B=38.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701071740.020.3900.32296.4229.2655.1
HexAA6BAE2270201281d37
Octal2521532562470404503567
Binary1010101011010111010111010100111010000010010100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BAE; }

 p { color: rgb(170,107,174); }

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

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

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

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

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

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

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