#AA8DC1

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

Shades of East Side #AA8DC1

Tints of East Side #AA8DC1

Color information

#AA8DC1 (or 0xAA8DC1) is unknown color: approx East Side. HEX triplet: AA, 8D and C1. RGB value is (170,141,193). Sum of RGB (Red+Green+Blue) = 170+141+193=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA8DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DC1 is #55723E. Grayscale: #9B9B9B. Windows color (decimal): -5599807 or 12684714. OLE color: 12684714.

HSL color Cylindrical-coordinate representation of color #AA8DC1: hue angle of 273.46º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8DC1 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170141193-
CMYK0.120.2700.24
HSL273.46º29.55%65.49%-
HSV(B)273.46º26.94%75.69%-
XYZ35.7331.4554.64-
YUV155.6149.11138.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=33.73%
G=27.98%
B=38.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701411930.120.2700.24273.4629.5565.49
HexAA8DC1C1B0181111e41
Octal252215301143303042136101
Binary101010101000110111000001110011011011000100010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DC1; }

 p { color: rgb(170,141,193); }

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

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

 a { background-color: rgb(170,141,193); }

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

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

 span { border-color: rgb(170,141,193); }

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