#A988CB

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

Shades of East Side #A988CB

Tints of East Side #A988CB

Color information

#A988CB (or 0xA988CB) is unknown color: approx East Side. HEX triplet: A9, 88 and CB. RGB value is (169,136,203). Sum of RGB (Red+Green+Blue) = 169+136+203=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #A988CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CB is #567734. Grayscale: #999999. Windows color (decimal): -5666613 or 13338793. OLE color: 13338793.

HSL color Cylindrical-coordinate representation of color #A988CB: hue angle of 269.55º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A988CB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169136203-
CMYK0.170.3300.20
HSL269.55º39.18%66.47%-
HSV(B)269.55º33%79.61%-
XYZ35.9530.3660.46-
YUV153.5155.93139.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=33.27%
G=26.77%
B=39.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691362030.170.3300.20269.5539.1866.47
HexA988CB112101410e2742
Octal251210313214102441647102
Binary101010011000100011001011100011000010101001000011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988CB; }

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

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

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

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

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

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

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

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