Html Css Color HEX #AA20EF Blue Violet

📋 copy color: '#AA20EF'

red 170 ◦ green 32 ◦ blue 239

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

Shades of Blue Violet #AA20EF

Tints of Blue Violet #AA20EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 38.55%
G = 7.26%
B = 54.2%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA20EF (or 0xAA20EF) is known color: Blue Violet. HEX triplet: AA, 20 and EF. RGB value is (170,32,239). Sum of RGB (Red+Green+Blue) = 170+32+239=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA20EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20EF is #55DF10. Grayscale: #606060. Windows color (decimal): -5627665 or 15671466. OLE color: 15671466.

HSL color Cylindrical-coordinate representation of color #AA20EF: hue angle of 280º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA20EF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 32 239 -
CMYK 0.29 0.87 0 0.06
HSL 280º 0.87% 0.53% -
HSV(B) 280º 0.87% 0.94% -
XYZ 32.67 15.81 82.99 -
YUV 96.86 208.22 180.17 -
System Red Green Blue C M Y K H S L
Decimal 170 32 239 0.29 0.87 0 0.06 280 0.87 0.53
Hex AA 20 EF 1D 57 0 6 118 57 35
Octal 252 40 357 35 127 0 6 430 127 65
Binary 10101010 100000 11101111 11101 1010111 0 110 100011000 1010111 110101

Color Harmonies of #AA20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20EF

Black with #AA20EF

Text Example


Text Example

White with #AA20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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