#A988C6

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

Shades of East Side #A988C6

Tints of East Side #A988C6

Color information

#A988C6 (or 0xA988C6) is unknown color: approx East Side. HEX triplet: A9, 88 and C6. RGB value is (169,136,198). Sum of RGB (Red+Green+Blue) = 169+136+198=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #A988C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988C6 is #567739. Grayscale: #989898. Windows color (decimal): -5666618 or 13011113. OLE color: 13011113.

HSL color Cylindrical-coordinate representation of color #A988C6: hue angle of 271.94º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A988C6 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169136198-
CMYK0.150.3100.22
HSL271.94º35.23%65.49%-
HSV(B)271.94º31.31%77.65%-
XYZ35.3630.1257.38-
YUV152.94153.43139.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=33.60%
G=27.04%
B=39.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691361980.150.3100.22271.9435.2365.49
HexA988C6F1F0161102341
Octal251210306173702642043101
Binary1010100110001000110001101111111110101101000100001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988C6; }

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

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

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

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

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

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

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

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