#AA31F0

Color #AA31F0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AA31F0

Tints of Blue Violet #AA31F0

Color information

#AA31F0 (or 0xAA31F0) is unknown color: approx Blue Violet. HEX triplet: AA, 31 and F0. RGB value is (170,49,240). Sum of RGB (Red+Green+Blue) = 170+49+240=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA31F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA31F0 is #55CE0F. Grayscale: #6A6A6A. Windows color (decimal): -5623312 or 15741354. OLE color: 15741354.

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

Color convert

RGB17049240-
CMYK0.290.8000.06
HSL278.01º86.43%56.67%-
HSV(B)278.01º79.58%94.12%-
XYZ33.417.0383.97-
YUV106.95203.09172.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 49 (19.53% from 255) = 10.68%
BLUE value IS 240 (94.14% from 255) = 52.29%
R=37.04%
G=10.68%
B=52.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170492400.290.8000.06278.0186.4356.67
HexAA31F01D50061165639
Octal25261360351200642612671
Binary101010101100011111000011101101000001101000101101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA31F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA31F0; }

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

 H1.HeaderClassName
 {
   color: #AA31F0;
 }
 .AnyTagClassName
 {
   color: #AA31F0;
 }
</style>
background-color css

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

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

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

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

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

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