#AA79CC

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

Shades of East Side #AA79CC

Tints of East Side #AA79CC

Color information

#AA79CC (or 0xAA79CC) is unknown color: approx East Side. HEX triplet: AA, 79 and CC. RGB value is (170,121,204). Sum of RGB (Red+Green+Blue) = 170+121+204=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA79CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79CC is #558633. Grayscale: #909090. Windows color (decimal): -5604916 or 13400490. OLE color: 13400490.

HSL color Cylindrical-coordinate representation of color #AA79CC: hue angle of 275.42º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA79CC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170121204-
CMYK0.170.4100.2
HSL275.42º44.86%63.73%-
HSV(B)275.42º40.69%80%-
XYZ34.3126.5860.45-
YUV145.11161.23145.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=34.34%
G=24.44%
B=41.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701212040.170.4100.2275.4244.8663.73
HexAA79CC11290141132d40
Octal252171314215102442355100
Binary10101010111100111001100100011010010101001000100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79CC; }

 p { color: rgb(170,121,204); }

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

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

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

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

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

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

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