#AA69AC

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

Shades of Violet Blue #AA69AC

Tints of Violet Blue #AA69AC

Color information

#AA69AC (or 0xAA69AC) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and AC. RGB value is (170,105,172). Sum of RGB (Red+Green+Blue) = 170+105+172=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69AC is #559653. Grayscale: #838383. Windows color (decimal): -5609044 or 11299242. OLE color: 11299242.

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

Color convert

RGB170105172-
CMYK0.010.3900.33
HSL298.21º28.76%54.31%-
HSV(B)298.21º38.95%67.45%-
XYZ29.0821.6341.67-
YUV132.07150.53155.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=38.03%
G=23.49%
B=38.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701051720.010.3900.33298.2128.7654.31
HexAA69AC12702112a1d36
Octal2521512541470414523566
Binary101010101101001101011001100111010000110010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69AC; }

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

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

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

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

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

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

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

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