Html Css Color HEX #AA8EBB East Side

📋 copy color: '#AA8EBB'

red 170 ◦ green 142 ◦ blue 187

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

Shades of East Side #AA8EBB

Tints of East Side #AA8EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.46%

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

R = 34.07%
G = 28.46%
B = 37.47%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA8EBB (or 0xAA8EBB) is known color: East Side. HEX triplet: AA, 8E and BB. RGB value is (170,142,187). Sum of RGB (Red+Green+Blue) = 170+142+187=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA8EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EBB is #557144. Grayscale: #9B9B9B. Windows color (decimal): -5599557 or 12291754. OLE color: 12291754.

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

Color convert

RGB 170 142 187 -
CMYK 0.09 0.24 0 0.27
HSL 277.33º 0.25% 0.65% -
HSV(B) 277.33º 0.24% 0.73% -
XYZ 35.22 31.48 51.23 -
YUV 155.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 170 142 187 0.09 0.24 0 0.27 277.33 0.25 0.65
Hex AA 8E BB 9 18 0 1B 115 19 41
Octal 252 216 273 11 30 0 33 425 31 101
Binary 10101010 10001110 10111011 1001 11000 0 11011 100010101 11001 1000001

Color Harmonies of #AA8EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EBB

Black with #AA8EBB

Text Example


Text Example

White with #AA8EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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