#AA7DCE

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

Shades of East Side #AA7DCE

Tints of East Side #AA7DCE

Color information

#AA7DCE (or 0xAA7DCE) is unknown color: approx East Side. HEX triplet: AA, 7D and CE. RGB value is (170,125,206). Sum of RGB (Red+Green+Blue) = 170+125+206=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DCE is #558231. Grayscale: #939393. Windows color (decimal): -5603890 or 13532586. OLE color: 13532586.

HSL color Cylindrical-coordinate representation of color #AA7DCE: hue angle of 273.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7DCE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170125206-
CMYK0.170.3900.19
HSL273.33º45.25%64.9%-
HSV(B)273.33º39.32%80.78%-
XYZ35.0527.6761.89-
YUV147.69160.91143.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=33.93%
G=24.95%
B=41.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701252060.170.3900.19273.3345.2564.9
HexAA7DCE11270131112d41
Octal252175316214702342155101
Binary10101010111110111001110100011001110100111000100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DCE; }

 p { color: rgb(170,125,206); }

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

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

 a { background-color: rgb(170,125,206); }

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

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

 span { border-color: rgb(170,125,206); }

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