#AA78B1

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

Shades of East Side #AA78B1

Tints of East Side #AA78B1

Color information

#AA78B1 (or 0xAA78B1) is unknown color: approx East Side. HEX triplet: AA, 78 and B1. RGB value is (170,120,177). Sum of RGB (Red+Green+Blue) = 170+120+177=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA78B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78B1 is #55874E. Grayscale: #8D8D8D. Windows color (decimal): -5605199 or 11630762. OLE color: 11630762.

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

Color convert

RGB170120177-
CMYK0.040.3200.31
HSL292.63º26.76%58.24%-
HSV(B)292.63º32.2%69.41%-
XYZ31.2325.1544.8-
YUV141.45148.06148.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=36.40%
G=25.70%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701201770.040.3200.31292.6326.7658.24
HexAA78B142001F1251b3a
Octal2521702614400374453372
Binary1010101011110001011000110010000001111110010010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78B1; }

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

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

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

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

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

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

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

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