#AA78BE

Color #AA78BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA78BE

Tints of East Side #AA78BE

Color information

#AA78BE (or 0xAA78BE) is unknown color: approx East Side. HEX triplet: AA, 78 and BE. RGB value is (170,120,190). Sum of RGB (Red+Green+Blue) = 170+120+190=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78BE is #558741. Grayscale: #8E8E8E. Windows color (decimal): -5605186 or 12482730. OLE color: 12482730.

HSL color Cylindrical-coordinate representation of color #AA78BE: hue angle of 282.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA78BE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170120190-
CMYK0.110.3700.25
HSL282.86º35%60.78%-
HSV(B)282.86º36.84%74.51%-
XYZ32.5925.751.96-
YUV142.93154.56147.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=35.42%
G=25%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701201900.110.3700.25282.863560.78
HexAA78BEB2501911b233d
Octal25217027613450314334375
Binary101010101111000101111101011100101011001100011011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78BE; }

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

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

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

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

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

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

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

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