#AA61AC

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

Shades of Violet Blue #AA61AC

Tints of Violet Blue #AA61AC

Color information

#AA61AC (or 0xAA61AC) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and AC. RGB value is (170,97,172). Sum of RGB (Red+Green+Blue) = 170+97+172=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA61AC is #559E53. Grayscale: #7F7F7F. Windows color (decimal): -5611092 or 11297194. OLE color: 11297194.

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

Color convert

RGB17097172-
CMYK0.010.4400.33
HSL298.4º31.12%52.75%-
HSV(B)298.4º43.6%67.45%-
XYZ28.320.0741.41-
YUV127.38153.18158.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=38.72%
G=22.10%
B=39.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170971720.010.4400.33298.431.1252.75
HexAA61AC12C02112a1f35
Octal2521412541540414523765
Binary101010101100001101011001101100010000110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61AC; }

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

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

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

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

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

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

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

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