Html Css Color HEX #AA31FE Blue Violet

📋 copy color: '#AA31FE'

red 170 ◦ green 49 ◦ blue 254

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

Shades of Blue Violet #AA31FE

Tints of Blue Violet #AA31FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 35.94%
G = 10.36%
B = 53.7%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA31FE (or 0xAA31FE) is known color: Blue Violet. HEX triplet: AA, 31 and FE. RGB value is (170,49,254). Sum of RGB (Red+Green+Blue) = 170+49+254=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA31FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31FE is #55CE01. Grayscale: #6B6B6B. Windows color (decimal): -5623298 or 16658858. OLE color: 16658858.

HSL color Cylindrical-coordinate representation of color #AA31FE: hue angle of 275.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA31FE is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 49 254 -
CMYK 0.33 0.81 0 0.00
HSL 275.41º 0.99% 0.59% -
HSV(B) 275.41º 0.81% 1% -
XYZ 35.57 17.9 95.35 -
YUV 108.55 210.09 171.83 -
System Red Green Blue C M Y K H S L
Decimal 170 49 254 0.33 0.81 0 0.00 275.41 0.99 0.59
Hex AA 31 FE 21 51 0 0 113 63 3B
Octal 252 61 376 41 121 0 0 423 143 73
Binary 10101010 110001 11111110 100001 1010001 0 0 100010011 1100011 111011

Color Harmonies of #AA31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31FE

Black with #AA31FE

Text Example


Text Example

White with #AA31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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