Html Css Color HEX #AA31F9 Blue Violet

📋 copy color: '#AA31F9'

red 170 ◦ green 49 ◦ blue 249

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

Shades of Blue Violet #AA31F9

Tints of Blue Violet #AA31F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.21%

R = 36.32%
G = 10.47%
B = 53.21%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA31F9 (or 0xAA31F9) is known color: Blue Violet. HEX triplet: AA, 31 and F9. RGB value is (170,49,249). Sum of RGB (Red+Green+Blue) = 170+49+249=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA31F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31F9 is #55CE06. Grayscale: #6B6B6B. Windows color (decimal): -5623303 or 16331178. OLE color: 16331178.

HSL color Cylindrical-coordinate representation of color #AA31F9: hue angle of 276.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA31F9 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 49 249 -
CMYK 0.32 0.80 0 0.02
HSL 276.3º 0.94% 0.58% -
HSV(B) 276.3º 0.8% 0.98% -
XYZ 34.77 17.58 91.18 -
YUV 107.98 207.59 172.24 -
System Red Green Blue C M Y K H S L
Decimal 170 49 249 0.32 0.80 0 0.02 276.3 0.94 0.58
Hex AA 31 F9 20 50 0 2 114 5E 3A
Octal 252 61 371 40 120 0 2 424 136 72
Binary 10101010 110001 11111001 100000 1010000 0 10 100010100 1011110 111010

Color Harmonies of #AA31F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31F9

Black with #AA31F9

Text Example


Text Example

White with #AA31F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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