#AA31A6

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

Shades of Violet Blue #AA31A6

Tints of Violet Blue #AA31A6

Color information

#AA31A6 (or 0xAA31A6) is unknown color: approx Violet Blue. HEX triplet: AA, 31 and A6. RGB value is (170,49,166). Sum of RGB (Red+Green+Blue) = 170+49+166=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA31A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31A6 is #55CE59. Grayscale: #626262. Windows color (decimal): -5623386 or 10891690. OLE color: 10891690.

HSL color Cylindrical-coordinate representation of color #AA31A6: hue angle of 301.98º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA31A6 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17049166-
CMYK00.710.020.33
HSL301.98º55.25%42.94%-
HSV(B)301.98º71.18%66.67%-
XYZ24.5613.537.39-
YUV98.52166.09178.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=44.16%
G=12.73%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704916600.710.020.33301.9855.2542.94
HexAA31A604722112e372b
Octal2526124601072414566753
Binary10101010110001101001100100011110100001100101110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA31A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA31A6; }

 p { color: rgb(170,49,166); }

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

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

 a { background-color: rgb(170,49,166); }

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

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

 span { border-color: rgb(170,49,166); }

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