Html Css Color HEX #AA21EF Blue Violet

📋 copy color: '#AA21EF'

red 170 ◦ green 33 ◦ blue 239

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

Shades of Blue Violet #AA21EF

Tints of Blue Violet #AA21EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.47%

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

R = 38.46%
G = 7.47%
B = 54.07%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA21EF (or 0xAA21EF) is known color: Blue Violet. HEX triplet: AA, 21 and EF. RGB value is (170,33,239). Sum of RGB (Red+Green+Blue) = 170+33+239=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA21EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21EF is #55DE10. Grayscale: #606060. Windows color (decimal): -5627409 or 15671722. OLE color: 15671722.

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

Color convert

RGB 170 33 239 -
CMYK 0.29 0.86 0 0.06
HSL 279.9º 0.87% 0.53% -
HSV(B) 279.9º 0.86% 0.94% -
XYZ 32.7 15.87 83 -
YUV 97.45 207.89 179.75 -
System Red Green Blue C M Y K H S L
Decimal 170 33 239 0.29 0.86 0 0.06 279.9 0.87 0.53
Hex AA 21 EF 1D 56 0 6 118 57 35
Octal 252 41 357 35 126 0 6 430 127 65
Binary 10101010 100001 11101111 11101 1010110 0 110 100011000 1010111 110101

Color Harmonies of #AA21EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21EF

Black with #AA21EF

Text Example


Text Example

White with #AA21EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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