Html Css Color HEX #A988BB East Side

📋 copy color: '#A988BB'

red 169 ◦ green 136 ◦ blue 187

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

Shades of East Side #A988BB

Tints of East Side #A988BB

RGB

 RED value IS 169 (66.41% from 255) = 34.35%

 GREEN value IS 136 (53.52% from 255) = 27.64%

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

R = 34.35%
G = 27.64%
B = 38.01%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A988BB (or 0xA988BB) is known color: East Side. HEX triplet: A9, 88 and BB. RGB value is (169,136,187). Sum of RGB (Red+Green+Blue) = 169+136+187=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #A988BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988BB is #567744. Grayscale: #979797. Windows color (decimal): -5666629 or 12290217. OLE color: 12290217.

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

Color convert

RGB 169 136 187 -
CMYK 0.10 0.27 0 0.27
HSL 278.82º 0.27% 0.63% -
HSV(B) 278.82º 0.27% 0.73% -
XYZ 34.14 29.63 50.93 -
YUV 151.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 169 136 187 0.10 0.27 0 0.27 278.82 0.27 0.63
Hex A9 88 BB A 1B 0 1B 117 1B 3F
Octal 251 210 273 12 33 0 33 427 33 77
Binary 10101001 10001000 10111011 1010 11011 0 11011 100010111 11011 111111

Color Harmonies of #A988BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988BB

Black with #A988BB

Text Example


Text Example

White with #A988BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988BB; }

 p { color: rgb(169,136,187); }

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

background-color css

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

 a { background-color: rgb(169,136,187); }

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

border-color css

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

 span { border-color: rgb(169,136,187); }

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