Html Css Color HEX #AA8DBB East Side

📋 copy color: '#AA8DBB'

red 170 ◦ green 141 ◦ blue 187

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

Shades of East Side #AA8DBB

Tints of East Side #AA8DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.31%

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

R = 34.14%
G = 28.31%
B = 37.55%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA8DBB (or 0xAA8DBB) is known color: East Side. HEX triplet: AA, 8D and BB. RGB value is (170,141,187). Sum of RGB (Red+Green+Blue) = 170+141+187=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DBB is #557244. Grayscale: #9A9A9A. Windows color (decimal): -5599813 or 12291498. OLE color: 12291498.

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

Color convert

RGB 170 141 187 -
CMYK 0.09 0.25 0 0.27
HSL 277.83º 0.25% 0.64% -
HSV(B) 277.83º 0.25% 0.73% -
XYZ 35.07 31.18 51.18 -
YUV 154.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 170 141 187 0.09 0.25 0 0.27 277.83 0.25 0.64
Hex AA 8D BB 9 19 0 1B 116 19 40
Octal 252 215 273 11 31 0 33 426 31 100
Binary 10101010 10001101 10111011 1001 11001 0 11011 100010110 11001 1000000

Color Harmonies of #AA8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DBB

Black with #AA8DBB

Text Example


Text Example

White with #AA8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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