#AA6EB1

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

Shades of Violet Blue #AA6EB1

Tints of Violet Blue #AA6EB1

Color information

#AA6EB1 (or 0xAA6EB1) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and B1. RGB value is (170,110,177). Sum of RGB (Red+Green+Blue) = 170+110+177=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA6EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EB1 is #55914E. Grayscale: #878787. Windows color (decimal): -5607759 or 11628202. OLE color: 11628202.

HSL color Cylindrical-coordinate representation of color #AA6EB1: hue angle of 293.73º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6EB1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170110177-
CMYK0.040.3800.31
HSL293.73º30.04%56.27%-
HSV(B)293.73º37.85%69.41%-
XYZ30.0922.8744.42-
YUV135.58151.38152.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=37.20%
G=24.07%
B=38.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701101770.040.3800.31293.7330.0456.27
HexAA6EB142601F1261e38
Octal2521562614460374463670
Binary1010101011011101011000110010011001111110010011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EB1; }

 p { color: rgb(170,110,177); }

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

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

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

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

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

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

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