#AA2BEC

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

Shades of Blue Violet #AA2BEC

Tints of Blue Violet #AA2BEC

Color information

#AA2BEC (or 0xAA2BEC) is unknown color: approx Blue Violet. HEX triplet: AA, 2B and EC. RGB value is (170,43,236). Sum of RGB (Red+Green+Blue) = 170+43+236=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA2BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BEC is #55D413. Grayscale: #666666. Windows color (decimal): -5624852 or 15477674. OLE color: 15477674.

HSL color Cylindrical-coordinate representation of color #AA2BEC: hue angle of 279.48º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2BEC is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17043236-
CMYK0.280.8200.07
HSL279.48º83.55%54.71%-
HSV(B)279.48º81.78%92.55%-
XYZ32.5816.3380.79-
YUV102.98203.08175.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 43 (17.19% from 255) = 9.58%
BLUE value IS 236 (92.58% from 255) = 52.56%
R=37.86%
G=9.58%
B=52.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170432360.280.8200.07279.4883.5554.71
HexAA2BEC1C52071175437
Octal25253354341220742712467
Binary101010101010111110110011100101001001111000101111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2BEC; }

 p { color: rgb(170,43,236); }

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

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

 a { background-color: rgb(170,43,236); }

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

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

 span { border-color: rgb(170,43,236); }

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