#AA6FAD

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

Shades of Violet Blue #AA6FAD

Tints of Violet Blue #AA6FAD

Color information

#AA6FAD (or 0xAA6FAD) is unknown color: approx Violet Blue. HEX triplet: AA, 6F and AD. RGB value is (170,111,173). Sum of RGB (Red+Green+Blue) = 170+111+173=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6FAD is #559052. Grayscale: #878787. Windows color (decimal): -5607507 or 11366314. OLE color: 11366314.

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

Color convert

RGB170111173-
CMYK0.020.3600.32
HSL297.1º27.43%55.69%-
HSV(B)297.1º35.84%67.84%-
XYZ29.822.9342.39-
YUV135.71149.05152.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=37.44%
G=24.45%
B=38.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701111730.020.3600.32297.127.4355.69
HexAA6FAD2240201291b38
Octal2521572552440404513370
Binary1010101011011111010110110100100010000010010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FAD; }

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

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

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

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

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

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

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

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