#AA68B3

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

Shades of Violet Blue #AA68B3

Tints of Violet Blue #AA68B3

Color information

#AA68B3 (or 0xAA68B3) is unknown color: approx Violet Blue. HEX triplet: AA, 68 and B3. RGB value is (170,104,179). Sum of RGB (Red+Green+Blue) = 170+104+179=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA68B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68B3 is #55974C. Grayscale: #848484. Windows color (decimal): -5609293 or 11757738. OLE color: 11757738.

HSL color Cylindrical-coordinate representation of color #AA68B3: hue angle of 292.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA68B3 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170104179-
CMYK0.050.4200.30
HSL292.8º33.04%55.49%-
HSV(B)292.8º41.9%70.2%-
XYZ29.6621.745.27-
YUV132.28154.37154.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=37.53%
G=22.96%
B=39.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701041790.050.4200.30292.833.0455.49
HexAA68B352A01E1252137
Octal2521502635520364454167
Binary10101010110100010110011101101010011110100100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68B3; }

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

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

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

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

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

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

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

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