#AA8DC7

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

Shades of East Side #AA8DC7

Tints of East Side #AA8DC7

Color information

#AA8DC7 (or 0xAA8DC7) is unknown color: approx East Side. HEX triplet: AA, 8D and C7. RGB value is (170,141,199). Sum of RGB (Red+Green+Blue) = 170+141+199=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA8DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DC7 is #557238. Grayscale: #9C9C9C. Windows color (decimal): -5599801 or 13077930. OLE color: 13077930.

HSL color Cylindrical-coordinate representation of color #AA8DC7: hue angle of 270º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8DC7 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170141199-
CMYK0.150.2900.22
HSL270º34.12%66.67%-
HSV(B)270º29.15%78.04%-
XYZ36.4131.7258.24-
YUV156.28152.11137.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=33.33%
G=27.65%
B=39.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701411990.150.2900.2227034.1266.67
HexAA8DC7F1D01610e2243
Octal252215307173502641642103
Binary1010101010001101110001111111111010101101000011101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DC7; }

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

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

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

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

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

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

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

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