#AA33F0

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

Shades of Blue Violet #AA33F0

Tints of Blue Violet #AA33F0

Color information

#AA33F0 (or 0xAA33F0) is unknown color: approx Blue Violet. HEX triplet: AA, 33 and F0. RGB value is (170,51,240). Sum of RGB (Red+Green+Blue) = 170+51+240=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA33F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA33F0 is #55CC0F. Grayscale: #6B6B6B. Windows color (decimal): -5622800 or 15741866. OLE color: 15741866.

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

Color convert

RGB17051240-
CMYK0.290.7900.06
HSL277.78º86.3%57.06%-
HSV(B)277.78º78.75%94.12%-
XYZ33.4917.283.99-
YUV108.13202.42172.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 51 (20.31% from 255) = 11.06%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=36.88%
G=11.06%
B=52.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170512400.290.7900.06277.7886.357.06
HexAA33F01D4F061165639
Octal25263360351170642612671
Binary101010101100111111000011101100111101101000101101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33F0; }

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

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

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

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

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

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

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

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