#AA29EC

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

Shades of Blue Violet #AA29EC

Tints of Blue Violet #AA29EC

Color information

#AA29EC (or 0xAA29EC) is unknown color: approx Blue Violet. HEX triplet: AA, 29 and EC. RGB value is (170,41,236). Sum of RGB (Red+Green+Blue) = 170+41+236=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA29EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29EC is #55D613. Grayscale: #656565. Windows color (decimal): -5625364 or 15477162. OLE color: 15477162.

HSL color Cylindrical-coordinate representation of color #AA29EC: hue angle of 279.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA29EC is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17041236-
CMYK0.280.8300.07
HSL279.69º83.69%54.31%-
HSV(B)279.69º82.63%92.55%-
XYZ32.5116.1980.77-
YUV101.8203.74176.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 41 (16.41% from 255) = 9.17%
BLUE value IS 236 (92.58% from 255) = 52.80%
R=38.03%
G=9.17%
B=52.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170412360.280.8300.07279.6983.6954.31
HexAA29EC1C53071185436
Octal25251354341230743012466
Binary101010101010011110110011100101001101111000110001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29EC; }

 p { color: rgb(170,41,236); }

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

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

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

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

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

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

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