#aa21ed

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

Shades of Blue Violet #AA21ED

Tints of Blue Violet #AA21ED

Color information

#AA21ED (or 0xAA21ED) is unknown color: approx Blue Violet. HEX triplet: AA, 21 and ED. RGB value is (170,33,237). Sum of RGB (Red+Green+Blue) = 170+33+237=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA21ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21ED is #55DE12. Grayscale: #606060. Windows color (decimal): -5627411 or 15540650. OLE color: 15540650.

HSL color Cylindrical-coordinate representation of color #AA21ED: hue angle of 280.29º degrees, saturation: 0.85, 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 #AA21ED is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17033237-
CMYK0.280.8600.07
HSL280.29º85%52.94%-
HSV(B)280.29º86.08%92.94%-
XYZ32.4115.7581.45-
YUV97.22206.89179.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 33 (13.28% from 255) = 7.5%
BLUE value IS 237 (92.97% from 255) = 53.86%
R=38.64%
G=7.5%
B=53.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170332370.280.8600.07280.298552.94
HexAA21ED1C56071185535
Octal25241355341260743012565
Binary101010101000011110110111100101011001111000110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa21ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa21ed; }

 p { color: rgb(170,33,237); }

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

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

 a { background-color: rgb(170,33,237); }

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

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

 span { border-color: rgb(170,33,237); }

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