#AA68B6

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

Shades of Violet Blue #AA68B6

Tints of Violet Blue #AA68B6

Color information

#AA68B6 (or 0xAA68B6) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and B6. RGB value is (170,104,182). Sum of RGB (Red+Green+Blue) = 170+104+182=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA68B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68B6 is #559749. Grayscale: #848484. Windows color (decimal): -5609290 or 11954346. OLE color: 11954346.

HSL color Cylindrical-coordinate representation of color #AA68B6: hue angle of 290.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA68B6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170104182-
CMYK0.070.4300.29
HSL290.77º34.82%56.08%-
HSV(B)290.77º42.86%71.37%-
XYZ29.9721.8246.89-
YUV132.63155.87154.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=37.28%
G=22.81%
B=39.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701041820.070.4300.29290.7734.8256.08
HexAA68B672B01D1232338
Octal2521502667530354434370
Binary10101010110100010110110111101011011101100100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68B6; }

 p { color: rgb(170,104,182); }

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

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

 a { background-color: rgb(170,104,182); }

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

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

 span { border-color: rgb(170,104,182); }

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