Html Css Color HEX #AA31FB Blue Violet

📋 copy color: '#AA31FB'

red 170 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #AA31FB

Tints of Blue Violet #AA31FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 36.17%
G = 10.43%
B = 53.4%

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

#AA31FB (or 0xAA31FB) is known color: Blue Violet. HEX triplet: AA, 31 and FB. RGB value is (170,49,251). Sum of RGB (Red+Green+Blue) = 170+49+251=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31FB is #55CE04. Grayscale: #6B6B6B. Windows color (decimal): -5623301 or 16462250. OLE color: 16462250.

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

Color convert

RGB 170 49 251 -
CMYK 0.32 0.80 0 0.02
HSL 275.94º 0.96% 0.59% -
HSV(B) 275.94º 0.8% 0.98% -
XYZ 35.09 17.71 92.84 -
YUV 108.21 208.59 172.07 -
System Red Green Blue C M Y K H S L
Decimal 170 49 251 0.32 0.80 0 0.02 275.94 0.96 0.59
Hex AA 31 FB 20 50 0 2 114 60 3B
Octal 252 61 373 40 120 0 2 424 140 73
Binary 10101010 110001 11111011 100000 1010000 0 10 100010100 1100000 111011

Color Harmonies of #AA31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31FB

Black with #AA31FB

Text Example


Text Example

White with #AA31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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