Html Css Color HEX #AA93BB East Side

📋 copy color: '#AA93BB'

red 170 ◦ green 147 ◦ blue 187

#AA93BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AA93BB

Tints of East Side #AA93BB

RGB

 RED value IS 170 (66.8% from 255) = 33.73%

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 33.73%
G = 29.17%
B = 37.1%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA93BB (or 0xAA93BB) is known color: East Side. HEX triplet: AA, 93 and BB. RGB value is (170,147,187). Sum of RGB (Red+Green+Blue) = 170+147+187=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA93BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BB is #556C44. Grayscale: #9E9E9E. Windows color (decimal): -5598277 or 12293034. OLE color: 12293034.

HSL color Cylindrical-coordinate representation of color #AA93BB: hue angle of 274.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA93BB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 147 187 -
CMYK 0.09 0.21 0 0.27
HSL 274.5º 0.23% 0.65% -
HSV(B) 274.5º 0.21% 0.73% -
XYZ 35.98 33 51.49 -
YUV 158.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 170 147 187 0.09 0.21 0 0.27 274.5 0.23 0.65
Hex AA 93 BB 9 15 0 1B 112 17 41
Octal 252 223 273 11 25 0 33 422 27 101
Binary 10101010 10010011 10111011 1001 10101 0 11011 100010010 10111 1000001

Color Harmonies of #AA93BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93BB

Black with #AA93BB

Text Example


Text Example

White with #AA93BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93BB; }

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

 H1.HeaderClassName
 {
   color: #AA93BB;
 }
 .AnyTagClassName
 {
   color: #AA93BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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