#AA78AD

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

Shades of Violet Blue #AA78AD

Tints of Violet Blue #AA78AD

Color information

#AA78AD (or 0xAA78AD) is unknown color: approx Violet Blue. HEX triplet: AA, 78 and AD. RGB value is (170,120,173). Sum of RGB (Red+Green+Blue) = 170+120+173=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA78AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AD is #558752. Grayscale: #8C8C8C. Windows color (decimal): -5605203 or 11368618. OLE color: 11368618.

HSL color Cylindrical-coordinate representation of color #AA78AD: hue angle of 296.6º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA78AD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170120173-
CMYK0.020.3100.32
HSL296.6º24.42%57.45%-
HSV(B)296.6º30.64%67.84%-
XYZ30.842542.73-
YUV140.99146.06148.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=36.72%
G=25.92%
B=37.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701201730.020.3100.32296.624.4257.45
HexAA78AD21F0201291839
Octal2521702552370404513071
Binary101010101111000101011011011111010000010010100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78AD; }

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

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

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

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

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

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

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

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