Html Css Color HEX #AA89BB East Side

📋 copy color: '#AA89BB'

red 170 ◦ green 137 ◦ blue 187

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

Shades of East Side #AA89BB

Tints of East Side #AA89BB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.73%

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

R = 34.41%
G = 27.73%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA89BB (or 0xAA89BB) is known color: East Side. HEX triplet: AA, 89 and BB. RGB value is (170,137,187). Sum of RGB (Red+Green+Blue) = 170+137+187=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89BB is #557644. Grayscale: #989898. Windows color (decimal): -5600837 or 12290474. OLE color: 12290474.

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

Color convert

RGB 170 137 187 -
CMYK 0.09 0.27 0 0.27
HSL 279.6º 0.27% 0.64% -
HSV(B) 279.6º 0.27% 0.73% -
XYZ 34.49 30.03 50.99 -
YUV 152.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 170 137 187 0.09 0.27 0 0.27 279.6 0.27 0.64
Hex AA 89 BB 9 1B 0 1B 118 1B 40
Octal 252 211 273 11 33 0 33 430 33 100
Binary 10101010 10001001 10111011 1001 11011 0 11011 100011000 11011 1000000

Color Harmonies of #AA89BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89BB

Black with #AA89BB

Text Example


Text Example

White with #AA89BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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