Html Css Color HEX #AA31EE Blue Violet

📋 copy color: '#AA31EE'

red 170 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #AA31EE

Tints of Blue Violet #AA31EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 37.2%
G = 10.72%
B = 52.08%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA31EE (or 0xAA31EE) is known color: Blue Violet. HEX triplet: AA, 31 and EE. RGB value is (170,49,238). Sum of RGB (Red+Green+Blue) = 170+49+238=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA31EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31EE is #55CE11. Grayscale: #6A6A6A. Windows color (decimal): -5623314 or 15610282. OLE color: 15610282.

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

Color convert

RGB 170 49 238 -
CMYK 0.29 0.79 0 0.07
HSL 278.41º 0.85% 0.56% -
HSV(B) 278.41º 0.79% 0.93% -
XYZ 33.11 16.92 82.41 -
YUV 106.73 202.09 173.13 -
System Red Green Blue C M Y K H S L
Decimal 170 49 238 0.29 0.79 0 0.07 278.41 0.85 0.56
Hex AA 31 EE 1D 4F 0 7 116 55 38
Octal 252 61 356 35 117 0 7 426 125 70
Binary 10101010 110001 11101110 11101 1001111 0 111 100010110 1010101 111000

Color Harmonies of #AA31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31EE

Black with #AA31EE

Text Example


Text Example

White with #AA31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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