#AA2FEC

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

Shades of Blue Violet #AA2FEC

Tints of Blue Violet #AA2FEC

Color information

#AA2FEC (or 0xAA2FEC) is unknown color: approx Blue Violet. HEX triplet: AA, 2F and EC. RGB value is (170,47,236). Sum of RGB (Red+Green+Blue) = 170+47+236=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA2FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FEC is #55D013. Grayscale: #686868. Windows color (decimal): -5623828 or 15478698. OLE color: 15478698.

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

Color convert

RGB17047236-
CMYK0.280.8000.07
HSL279.05º83.26%55.49%-
HSV(B)279.05º80.08%92.55%-
XYZ32.7316.6480.84-
YUV105.32201.75174.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 47 (18.75% from 255) = 10.38%
BLUE value IS 236 (92.58% from 255) = 52.10%
R=37.53%
G=10.38%
B=52.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170472360.280.8000.07279.0583.2655.49
HexAA2FEC1C50071175337
Octal25257354341200742712367
Binary101010101011111110110011100101000001111000101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2FEC; }

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

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

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

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

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

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

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

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