#AA78AA

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

Shades of Violet Blue #AA78AA

Tints of Violet Blue #AA78AA

Color information

#AA78AA (or 0xAA78AA) is unknown color: approx Violet Blue. HEX triplet: AA, 78 and AA. RGB value is (170,120,170). Sum of RGB (Red+Green+Blue) = 170+120+170=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AA is #558755. Grayscale: #8C8C8C. Windows color (decimal): -5605206 or 11172010. OLE color: 11172010.

HSL color Cylindrical-coordinate representation of color #AA78AA: hue angle of 300º 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 #AA78AA is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170120170-
CMYK00.2900.33
HSL300º22.73%56.86%-
HSV(B)300º29.41%66.67%-
XYZ30.5524.8841.22-
YUV140.65144.56148.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=36.96%
G=26.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012017000.2900.3330022.7356.86
HexAA78AA01D02112c1739
Octal2521702520350414542771
Binary10101010111100010101010011101010000110010110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78AA; }

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

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

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

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

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

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

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

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