#AA33EF

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

Shades of Blue Violet #AA33EF

Tints of Blue Violet #AA33EF

Color information

#AA33EF (or 0xAA33EF) is unknown color: approx Blue Violet. HEX triplet: AA, 33 and EF. RGB value is (170,51,239). Sum of RGB (Red+Green+Blue) = 170+51+239=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA33EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA33EF is #55CC10. Grayscale: #6B6B6B. Windows color (decimal): -5622801 or 15676330. OLE color: 15676330.

HSL color Cylindrical-coordinate representation of color #AA33EF: hue angle of 277.98º degrees, saturation: 0.85, 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 #AA33EF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17051239-
CMYK0.290.7900.06
HSL277.98º85.45%56.86%-
HSV(B)277.98º78.66%93.73%-
XYZ33.3417.1583.21-
YUV108.01201.92172.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 51 (20.31% from 255) = 11.09%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=36.96%
G=11.09%
B=51.96%

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
Decimal170512390.290.7900.06277.9885.4556.86
HexAA33EF1D4F061165539
Octal25263357351170642612571
Binary101010101100111110111111101100111101101000101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33EF; }

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

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

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

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

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

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

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

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