#AA51AC

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

Shades of Violet Blue #AA51AC

Tints of Violet Blue #AA51AC

Color information

#AA51AC (or 0xAA51AC) is unknown color: approx Violet Blue. HEX triplet: AA, 51 and AC. RGB value is (170,81,172). Sum of RGB (Red+Green+Blue) = 170+81+172=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA51AC is #55AE53. Grayscale: #757575. Windows color (decimal): -5615188 or 11293098. OLE color: 11293098.

HSL color Cylindrical-coordinate representation of color #AA51AC: hue angle of 298.68º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA51AC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17081172-
CMYK0.010.5300.33
HSL298.68º35.97%49.61%-
HSV(B)298.68º52.91%67.45%-
XYZ26.9717.4140.97-
YUV117.98158.49165.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=40.19%
G=19.15%
B=40.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170811720.010.5300.33298.6835.9749.61
HexAA51AC13502112b2432
Octal2521212541650414534462
Binary1010101010100011010110011101010100001100101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA51AC; }

 p { color: rgb(170,81,172); }

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

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

 a { background-color: rgb(170,81,172); }

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

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

 span { border-color: rgb(170,81,172); }

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