#AA6FA6

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

Shades of Violet Blue #AA6FA6

Tints of Violet Blue #AA6FA6

Color information

#AA6FA6 (or 0xAA6FA6) is unknown color: approx Violet Blue. HEX triplet: AA, 6F and A6. RGB value is (170,111,166). Sum of RGB (Red+Green+Blue) = 170+111+166=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6FA6 is #559059. Grayscale: #868686. Windows color (decimal): -5607514 or 10907562. OLE color: 10907562.

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

Color convert

RGB170111166-
CMYK00.350.020.33
HSL304.07º25.76%55.1%-
HSV(B)304.07º34.71%66.67%-
XYZ29.1422.6738.92-
YUV134.91145.55153.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=38.03%
G=24.83%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011116600.350.020.33304.0725.7655.1
HexAA6FA60232211301a37
Octal2521572460432414603267
Binary1010101011011111010011001000111010000110011000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FA6; }

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

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

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

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

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

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

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

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