Html Css Color HEX #AA29EC Blue Violet

📋 copy color: '#AA29EC'

red 170 ◦ green 41 ◦ blue 236

#AA29EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #AA29EC

Tints of Blue Violet #AA29EC

RGB

 RED value IS 170 (66.8% from 255) = 38.03%

 GREEN value IS 41 (16.41% from 255) = 9.17%

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 38.03%
G = 9.17%
B = 52.8%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA29EC (or 0xAA29EC) is known color: 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

RGB 170 41 236 -
CMYK 0.28 0.83 0 0.07
HSL 279.69º 0.84% 0.54% -
HSV(B) 279.69º 0.83% 0.93% -
XYZ 32.51 16.19 80.77 -
YUV 101.8 203.74 176.64 -
System Red Green Blue C M Y K H S L
Decimal 170 41 236 0.28 0.83 0 0.07 279.69 0.84 0.54
Hex AA 29 EC 1C 53 0 7 118 54 36
Octal 252 51 354 34 123 0 7 430 124 66
Binary 10101010 101001 11101100 11100 1010011 0 111 100011000 1010100 110110

Color Harmonies of #AA29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29EC

Black with #AA29EC

Text Example


Text Example

White with #AA29EC

Text Example


Text Example

HTML Codes & Css Web 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>