#AA7DCA

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

Shades of East Side #AA7DCA

Tints of East Side #AA7DCA

Color information

#AA7DCA (or 0xAA7DCA) is unknown color: approx East Side. HEX triplet: AA, 7D and CA. RGB value is (170,125,202). Sum of RGB (Red+Green+Blue) = 170+125+202=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DCA is #558235. Grayscale: #929292. Windows color (decimal): -5603894 or 13270442. OLE color: 13270442.

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

Color convert

RGB170125202-
CMYK0.160.3800.21
HSL275.06º42.08%64.12%-
HSV(B)275.06º38.12%79.22%-
XYZ34.5727.4859.36-
YUV147.23158.91144.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=34.21%
G=25.15%
B=40.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701252020.160.3800.21275.0642.0864.12
HexAA7DCA10260151132a40
Octal252175312204602542352100
Binary10101010111110111001010100001001100101011000100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DCA; }

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

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

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

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

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

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

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

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