Html Css Color HEX #AA20E9 Blue Violet

📋 copy color: '#AA20E9'

red 170 ◦ green 32 ◦ blue 233

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

Shades of Blue Violet #AA20E9

Tints of Blue Violet #AA20E9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.36%

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 39.08%
G = 7.36%
B = 53.56%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA20E9 (or 0xAA20E9) is known color: Blue Violet. HEX triplet: AA, 20 and E9. RGB value is (170,32,233). Sum of RGB (Red+Green+Blue) = 170+32+233=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA20E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20E9 is #55DF16. Grayscale: #5F5F5F. Windows color (decimal): -5627671 or 15278250. OLE color: 15278250.

HSL color Cylindrical-coordinate representation of color #AA20E9: hue angle of 281.19º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA20E9 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 32 233 -
CMYK 0.27 0.86 0 0.09
HSL 281.19º 0.82% 0.52% -
HSV(B) 281.19º 0.86% 0.91% -
XYZ 31.8 15.46 78.4 -
YUV 96.18 205.22 180.66 -
System Red Green Blue C M Y K H S L
Decimal 170 32 233 0.27 0.86 0 0.09 281.19 0.82 0.52
Hex AA 20 E9 1B 56 0 9 119 52 34
Octal 252 40 351 33 126 0 11 431 122 64
Binary 10101010 100000 11101001 11011 1010110 0 1001 100011001 1010010 110100

Color Harmonies of #AA20E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20E9

Black with #AA20E9

Text Example


Text Example

White with #AA20E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20E9; }

 p { color: rgb(170,32,233); }

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

background-color css

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

 a { background-color: rgb(170,32,233); }

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

border-color css

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

 span { border-color: rgb(170,32,233); }

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