#A988BC

Color #A988BC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A988BC

Tints of East Side #A988BC

Color information

#A988BC (or 0xA988BC) is unknown color: approx East Side. HEX triplet: A9, 88 and BC. RGB value is (169,136,188). Sum of RGB (Red+Green+Blue) = 169+136+188=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A988BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988BC is #567743. Grayscale: #979797. Windows color (decimal): -5666628 or 12355753. OLE color: 12355753.

HSL color Cylindrical-coordinate representation of color #A988BC: hue angle of 278.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A988BC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169136188-
CMYK0.100.2800.26
HSL278.08º27.96%63.53%-
HSV(B)278.08º27.66%73.73%-
XYZ34.2429.6751.5-
YUV151.8148.43140.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=34.28%
G=27.59%
B=38.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691361880.100.2800.26278.0827.9663.53
HexA988BCA1C01A1161c40
Octal251210274123403242634100
Binary101010011000100010111100101011100011010100010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988BC; }

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

 H1.HeaderClassName
 {
   color: #A988BC;
 }
 .AnyTagClassName
 {
   color: #A988BC;
 }
</style>
background-color css

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

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

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

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

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

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