#AA79CD

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

Shades of East Side #AA79CD

Tints of East Side #AA79CD

Color information

#AA79CD (or 0xAA79CD) is unknown color: approx East Side. HEX triplet: AA, 79 and CD. RGB value is (170,121,205). Sum of RGB (Red+Green+Blue) = 170+121+205=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA79CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79CD is #558632. Grayscale: #909090. Windows color (decimal): -5604915 or 13466026. OLE color: 13466026.

HSL color Cylindrical-coordinate representation of color #AA79CD: hue angle of 275º degrees, saturation: 0.46, 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 #AA79CD is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170121205-
CMYK0.170.4100.20
HSL275º45.65%63.92%-
HSV(B)275º40.98%80.39%-
XYZ34.4326.6361.08-
YUV145.23161.73145.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=34.27%
G=24.40%
B=41.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701212050.170.4100.2027545.6563.92
HexAA79CD11290141132e40
Octal252171315215102442356100
Binary10101010111100111001101100011010010101001000100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79CD; }

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

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

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

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

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

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

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

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