#AA78CA

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

Shades of East Side #AA78CA

Tints of East Side #AA78CA

Color information

#AA78CA (or 0xAA78CA) is unknown color: approx East Side. HEX triplet: AA, 78 and CA. RGB value is (170,120,202). Sum of RGB (Red+Green+Blue) = 170+120+202=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78CA is #558735. Grayscale: #909090. Windows color (decimal): -5605174 or 13269162. OLE color: 13269162.

HSL color Cylindrical-coordinate representation of color #AA78CA: hue angle of 276.59º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA78CA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170120202-
CMYK0.160.4100.21
HSL276.59º43.62%63.14%-
HSV(B)276.59º40.59%79.22%-
XYZ33.9526.2459.15-
YUV144.3160.56146.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=34.55%
G=24.39%
B=41.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701202020.160.4100.21276.5943.6263.14
HexAA78CA10290151152c3f
Octal25217031220510254255477
Binary1010101011110001100101010000101001010101100010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78CA; }

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

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

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

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

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

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

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

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