Html Css Color HEX #AA29EE Blue Violet

📋 copy color: '#AA29EE'

red 170 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #AA29EE

Tints of Blue Violet #AA29EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 37.86%
G = 9.13%
B = 53.01%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA29EE (or 0xAA29EE) is known color: Blue Violet. HEX triplet: AA, 29 and EE. RGB value is (170,41,238). Sum of RGB (Red+Green+Blue) = 170+41+238=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA29EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29EE is #55D611. Grayscale: #656565. Windows color (decimal): -5625362 or 15608234. OLE color: 15608234.

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

Color convert

RGB 170 41 238 -
CMYK 0.29 0.83 0 0.07
HSL 279.29º 0.85% 0.55% -
HSV(B) 279.29º 0.83% 0.93% -
XYZ 32.8 16.3 82.31 -
YUV 102.03 204.74 176.48 -
System Red Green Blue C M Y K H S L
Decimal 170 41 238 0.29 0.83 0 0.07 279.29 0.85 0.55
Hex AA 29 EE 1D 53 0 7 117 55 37
Octal 252 51 356 35 123 0 7 427 125 67
Binary 10101010 101001 11101110 11101 1010011 0 111 100010111 1010101 110111

Color Harmonies of #AA29EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29EE

Black with #AA29EE

Text Example


Text Example

White with #AA29EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29EE; }

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

 H1.HeaderClassName
 {
   color: #AA29EE;
 }
 .AnyTagClassName
 {
   color: #AA29EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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