#aa47ff

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

Shades of Blue Violet #AA47FF

Tints of Blue Violet #AA47FF

Color information

#AA47FF (or 0xAA47FF) is unknown color: approx Blue Violet. HEX triplet: AA, 47 and FF. RGB value is (170,71,255). Sum of RGB (Red+Green+Blue) = 170+71+255=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47FF is #55B800. Grayscale: #787878. Windows color (decimal): -5617665 or 16730026. OLE color: 16730026.

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

Color convert

RGB17071255-
CMYK0.330.7200
HSL272.28º100%63.92%-
HSV(B)272.28º72.16%100%-
XYZ36.8820.2796.58-
YUV121.58203.3162.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 71 (28.12% from 255) = 14.31%
BLUE value IS 255 (100% from 255) = 51.41%
R=34.27%
G=14.31%
B=51.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170712550.330.7200272.2810063.92
HexAA47FF2148001106440
Octal2521073774111000420144100
Binary1010101010001111111111110000110010000010001000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa47ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa47ff; }

 p { color: rgb(170,71,255); }

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

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

 a { background-color: rgb(170,71,255); }

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

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

 span { border-color: rgb(170,71,255); }

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