#AA68AB

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

Shades of Violet Blue #AA68AB

Tints of Violet Blue #AA68AB

Color information

#AA68AB (or 0xAA68AB) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and AB. RGB value is (170,104,171). Sum of RGB (Red+Green+Blue) = 170+104+171=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA68AB is #559754. Grayscale: #838383. Windows color (decimal): -5609301 or 11233450. OLE color: 11233450.

HSL color Cylindrical-coordinate representation of color #AA68AB: hue angle of 299.1º degrees, saturation: 0.29, 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 #AA68AB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170104171-
CMYK0.010.3900.33
HSL299.1º28.51%53.92%-
HSV(B)299.1º39.18%67.06%-
XYZ28.8821.3941.13-
YUV131.37150.37155.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=38.20%
G=23.37%
B=38.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701041710.010.3900.33299.128.5153.92
HexAA68AB12702112b1d36
Octal2521502531470414533566
Binary101010101101000101010111100111010000110010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68AB; }

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

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

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

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

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

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

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

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