#AA68AA

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

Shades of Violet Blue #AA68AA

Tints of Violet Blue #AA68AA

Color information

#AA68AA (or 0xAA68AA) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and AA. RGB value is (170,104,170). Sum of RGB (Red+Green+Blue) = 170+104+170=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68AA is #559755. Grayscale: #838383. Windows color (decimal): -5609302 or 11167914. OLE color: 11167914.

HSL color Cylindrical-coordinate representation of color #AA68AA: hue angle of 300º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA68AA is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170104170-
CMYK00.3900.33
HSL300º27.97%53.73%-
HSV(B)300º38.82%66.67%-
XYZ28.7821.3540.63-
YUV131.26149.87155.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=38.29%
G=23.42%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010417000.3900.3330027.9753.73
HexAA68AA02702112c1c36
Octal2521502520470414543466
Binary101010101101000101010100100111010000110010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68AA; }

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

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

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

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

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

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

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

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