#AA29F7

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

Shades of Blue Violet #AA29F7

Tints of Blue Violet #AA29F7

Color information

#AA29F7 (or 0xAA29F7) is unknown color: approx Blue Violet. HEX triplet: AA, 29 and F7. RGB value is (170,41,247). Sum of RGB (Red+Green+Blue) = 170+41+247=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA29F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29F7 is #55D608. Grayscale: #666666. Windows color (decimal): -5625353 or 16198058. OLE color: 16198058.

HSL color Cylindrical-coordinate representation of color #AA29F7: hue angle of 277.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA29F7 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17041247-
CMYK0.310.8300.03
HSL277.57º92.79%56.47%-
HSV(B)277.57º83.4%96.86%-
XYZ34.1616.8589.45-
YUV103.06209.24175.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 41 (16.41% from 255) = 8.95%
BLUE value IS 247 (96.88% from 255) = 53.93%
R=37.12%
G=8.95%
B=53.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal170412470.310.8300.03277.5792.7956.47
HexAA29F71F53031165d38
Octal25251367371230342613570
Binary10101010101001111101111111110100110111000101101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29F7; }

 p { color: rgb(170,41,247); }

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

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

 a { background-color: rgb(170,41,247); }

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

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

 span { border-color: rgb(170,41,247); }

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