#AA78AE

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

Shades of Violet Blue #AA78AE

Tints of Violet Blue #AA78AE

Color information

#AA78AE (or 0xAA78AE) is unknown color: approx Violet Blue. HEX triplet: AA, 78 and AE. RGB value is (170,120,174). Sum of RGB (Red+Green+Blue) = 170+120+174=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA78AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AE is #558751. Grayscale: #8C8C8C. Windows color (decimal): -5605202 or 11434154. OLE color: 11434154.

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

Color convert

RGB170120174-
CMYK0.020.3100.32
HSL295.56º25%57.65%-
HSV(B)295.56º31.03%68.24%-
XYZ30.9325.0343.25-
YUV141.11146.56148.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=36.64%
G=25.86%
B=37.5%

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
Decimal1701201740.020.3100.32295.562557.65
HexAA78AE21F020128193a
Octal2521702562370404503172
Binary101010101111000101011101011111010000010010100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78AE; }

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

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

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

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

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

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

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

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