Html Css Color HEX #AA29FF Blue Violet

📋 copy color: '#AA29FF'

red 170 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #AA29FF

Tints of Blue Violet #AA29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 36.48%
G = 8.8%
B = 54.72%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA29FF (or 0xAA29FF) is known color: Blue Violet. HEX triplet: AA, 29 and FF. RGB value is (170,41,255). Sum of RGB (Red+Green+Blue) = 170+41+255=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29FF is #55D600. Grayscale: #676767. Windows color (decimal): -5625345 or 16722346. OLE color: 16722346.

HSL color Cylindrical-coordinate representation of color #AA29FF: hue angle of 276.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA29FF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 41 255 -
CMYK 0.33 0.84 0 0
HSL 276.17º 1% 0.58% -
HSV(B) 276.17º 0.84% 1% -
XYZ 35.42 17.35 96.09 -
YUV 103.97 213.24 175.1 -
System Red Green Blue C M Y K H S L
Decimal 170 41 255 0.33 0.84 0 0 276.17 1 0.58
Hex AA 29 FF 21 54 0 0 114 64 3A
Octal 252 51 377 41 124 0 0 424 144 72
Binary 10101010 101001 11111111 100001 1010100 0 0 100010100 1100100 111010

Color Harmonies of #AA29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29FF

Black with #AA29FF

Text Example


Text Example

White with #AA29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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