#AA49FD

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

Shades of Blue Violet #AA49FD

Tints of Blue Violet #AA49FD

Color information

#AA49FD (or 0xAA49FD) is unknown color: approx Blue Violet. HEX triplet: AA, 49 and FD. RGB value is (170,73,253). Sum of RGB (Red+Green+Blue) = 170+73+253=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49FD is #55B602. Grayscale: #797979. Windows color (decimal): -5617155 or 16599466. OLE color: 16599466.

HSL color Cylindrical-coordinate representation of color #AA49FD: hue angle of 272.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA49FD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17073253-
CMYK0.330.7100.01
HSL272.33º97.83%63.92%-
HSV(B)272.33º71.15%99.22%-
XYZ36.6920.494.93-
YUV122.52201.64161.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 73 (28.91% from 255) = 14.72%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=34.27%
G=14.72%
B=51.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170732530.330.7100.01272.3397.8363.92
HexAA49FD2147011106240
Octal2521113754110701420142100
Binary1010101010010011111110110000110001110110001000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49FD; }

 p { color: rgb(170,73,253); }

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

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

 a { background-color: rgb(170,73,253); }

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

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

 span { border-color: rgb(170,73,253); }

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