#AA78AB

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

Shades of Violet Blue #AA78AB

Tints of Violet Blue #AA78AB

Color information

#AA78AB (or 0xAA78AB) is unknown color: approx Violet Blue. HEX triplet: AA, 78 and AB. RGB value is (170,120,171). Sum of RGB (Red+Green+Blue) = 170+120+171=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AB is #558754. Grayscale: #8C8C8C. Windows color (decimal): -5605205 or 11237546. OLE color: 11237546.

HSL color Cylindrical-coordinate representation of color #AA78AB: hue angle of 298.82º degrees, saturation: 0.23, 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 #AA78AB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170120171-
CMYK0.010.3000.33
HSL298.82º23.29%57.06%-
HSV(B)298.82º29.82%67.06%-
XYZ30.6424.9241.72-
YUV140.76145.06148.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=36.88%
G=26.03%
B=37.09%

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
Decimal1701201710.010.3000.33298.8223.2957.06
HexAA78AB11E02112b1739
Octal2521702531360414532771
Binary10101010111100010101011111110010000110010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78AB; }

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

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

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

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

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

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

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

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