#AA78A9

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

Shades of Violet Blue #AA78A9

Tints of Violet Blue #AA78A9

Color information

#AA78A9 (or 0xAA78A9) is unknown color: approx Violet Blue. HEX triplet: AA, 78 and A9. RGB value is (170,120,169). Sum of RGB (Red+Green+Blue) = 170+120+169=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A9 is #558756. Grayscale: #8C8C8C. Windows color (decimal): -5605207 or 11106474. OLE color: 11106474.

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

Color convert

RGB170120169-
CMYK00.290.010.33
HSL301.2º22.73%56.86%-
HSV(B)301.2º29.41%66.67%-
XYZ30.4624.8440.73-
YUV140.54144.06149.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=37.04%
G=26.14%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012016900.290.010.33301.222.7356.86
HexAA78A901D12112d1739
Octal2521702510351414552771
Binary10101010111100010101001011101110000110010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78A9; }

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

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

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

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

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

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

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

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