#AA93BD

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

Shades of East Side #AA93BD

Tints of East Side #AA93BD

Color information

#AA93BD (or 0xAA93BD) is unknown color: approx East Side. HEX triplet: AA, 93 and BD. RGB value is (170,147,189). Sum of RGB (Red+Green+Blue) = 170+147+189=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BD is #556C42. Grayscale: #9E9E9E. Windows color (decimal): -5598275 or 12424106. OLE color: 12424106.

HSL color Cylindrical-coordinate representation of color #AA93BD: hue angle of 272.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA93BD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170147189-
CMYK0.100.2200.26
HSL272.86º24.14%65.88%-
HSV(B)272.86º22.22%74.12%-
XYZ36.233.0952.62-
YUV158.66145.12136.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=33.60%
G=29.05%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701471890.100.2200.26272.8624.1465.88
HexAA93BDA1601A1111842
Octal252223275122603242130102
Binary101010101001001110111101101010110011010100010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93BD; }

 p { color: rgb(170,147,189); }

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

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

 a { background-color: rgb(170,147,189); }

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

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

 span { border-color: rgb(170,147,189); }

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