#AA78AC

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

Shades of Violet Blue #AA78AC

Tints of Violet Blue #AA78AC

Color information

#AA78AC (or 0xAA78AC) is unknown color: approx Violet Blue. HEX triplet: AA, 78 and AC. RGB value is (170,120,172). Sum of RGB (Red+Green+Blue) = 170+120+172=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AC is #558753. Grayscale: #8C8C8C. Windows color (decimal): -5605204 or 11303082. OLE color: 11303082.

HSL color Cylindrical-coordinate representation of color #AA78AC: hue angle of 297.69º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA78AC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170120172-
CMYK0.010.3000.33
HSL297.69º23.85%57.25%-
HSV(B)297.69º30.23%67.45%-
XYZ30.7424.9642.23-
YUV140.88145.56148.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=36.80%
G=25.97%
B=37.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701201720.010.3000.33297.6923.8557.25
HexAA78AC11E02112a1839
Octal2521702541360414523071
Binary10101010111100010101100111110010000110010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78AC; }

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

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

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

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

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

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

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

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