#AA29EB

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

Shades of Blue Violet #AA29EB

Tints of Blue Violet #AA29EB

Color information

#AA29EB (or 0xAA29EB) is unknown color: approx Blue Violet. HEX triplet: AA, 29 and EB. RGB value is (170,41,235). Sum of RGB (Red+Green+Blue) = 170+41+235=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA29EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29EB is #55D614. Grayscale: #656565. Windows color (decimal): -5625365 or 15411626. OLE color: 15411626.

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

Color convert

RGB17041235-
CMYK0.280.8300.08
HSL279.9º82.91%54.12%-
HSV(B)279.9º82.55%92.16%-
XYZ32.3716.1380-
YUV101.69203.24176.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 41 (16.41% from 255) = 9.19%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=38.12%
G=9.19%
B=52.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170412350.280.8300.08279.982.9154.12
HexAA29EB1C53081185336
Octal252513533412301043012366
Binary1010101010100111101011111001010011010001000110001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29EB; }

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

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

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

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

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

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

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

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