#AA68B5

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

Shades of Violet Blue #AA68B5

Tints of Violet Blue #AA68B5

Color information

#AA68B5 (or 0xAA68B5) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and B5. RGB value is (170,104,181). Sum of RGB (Red+Green+Blue) = 170+104+181=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA68B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68B5 is #55974A. Grayscale: #848484. Windows color (decimal): -5609291 or 11888810. OLE color: 11888810.

HSL color Cylindrical-coordinate representation of color #AA68B5: hue angle of 291.43º degrees, saturation: 0.34, 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 #AA68B5 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170104181-
CMYK0.060.4300.29
HSL291.43º34.22%55.88%-
HSV(B)291.43º42.54%70.98%-
XYZ29.8721.7846.35-
YUV132.51155.37154.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 104 (41.02% from 255) = 22.86%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=37.36%
G=22.86%
B=39.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701041810.060.4300.29291.4334.2255.88
HexAA68B562B01D1232238
Octal2521502656530354434270
Binary10101010110100010110101110101011011101100100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68B5; }

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

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

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

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

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

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

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

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