#AA22EE

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

Shades of Blue Violet #AA22EE

Tints of Blue Violet #AA22EE

Color information

#AA22EE (or 0xAA22EE) is unknown color: approx Blue Violet. HEX triplet: AA, 22 and EE. RGB value is (170,34,238). Sum of RGB (Red+Green+Blue) = 170+34+238=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA22EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA22EE is #55DD11. Grayscale: #616161. Windows color (decimal): -5627154 or 15606442. OLE color: 15606442.

HSL color Cylindrical-coordinate representation of color #AA22EE: hue angle of 280º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA22EE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17034238-
CMYK0.290.8600.07
HSL280º85.71%53.33%-
HSV(B)280º85.71%93.33%-
XYZ32.5815.8682.23-
YUV97.92207.06179.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 34 (13.67% from 255) = 7.69%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=38.46%
G=7.69%
B=53.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170342380.290.8600.0728085.7153.33
HexAA22EE1D56071185635
Octal25242356351260743012665
Binary101010101000101110111011101101011001111000110001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA22EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA22EE; }

 p { color: rgb(170,34,238); }

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

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

 a { background-color: rgb(170,34,238); }

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

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

 span { border-color: rgb(170,34,238); }

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