Html Css Color HEX #AA31EF Blue Violet

📋 copy color: '#AA31EF'

red 170 ◦ green 49 ◦ blue 239

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

Shades of Blue Violet #AA31EF

Tints of Blue Violet #AA31EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.7%

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

R = 37.12%
G = 10.7%
B = 52.18%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA31EF (or 0xAA31EF) is known color: Blue Violet. HEX triplet: AA, 31 and EF. RGB value is (170,49,239). Sum of RGB (Red+Green+Blue) = 170+49+239=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA31EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31EF is #55CE10. Grayscale: #6A6A6A. Windows color (decimal): -5623313 or 15675818. OLE color: 15675818.

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

Color convert

RGB 170 49 239 -
CMYK 0.29 0.79 0 0.06
HSL 278.21º 0.86% 0.56% -
HSV(B) 278.21º 0.79% 0.94% -
XYZ 33.26 16.97 83.19 -
YUV 106.84 202.59 173.05 -
System Red Green Blue C M Y K H S L
Decimal 170 49 239 0.29 0.79 0 0.06 278.21 0.86 0.56
Hex AA 31 EF 1D 4F 0 6 116 56 38
Octal 252 61 357 35 117 0 6 426 126 70
Binary 10101010 110001 11101111 11101 1001111 0 110 100010110 1010110 111000

Color Harmonies of #AA31EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31EF

Black with #AA31EF

Text Example


Text Example

White with #AA31EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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