#A988BF

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

Shades of East Side #A988BF

Tints of East Side #A988BF

Color information

#A988BF (or 0xA988BF) is unknown color: approx East Side. HEX triplet: A9, 88 and BF. RGB value is (169,136,191). Sum of RGB (Red+Green+Blue) = 169+136+191=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #A988BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988BF is #567740. Grayscale: #979797. Windows color (decimal): -5666625 or 12552361. OLE color: 12552361.

HSL color Cylindrical-coordinate representation of color #A988BF: hue angle of 276º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A988BF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169136191-
CMYK0.120.2900.25
HSL276º30.05%64.12%-
HSV(B)276º28.8%74.9%-
XYZ34.5729.853.22-
YUV152.14149.93140.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 191 (75% from 255) = 38.51%
R=34.07%
G=27.42%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691361910.120.2900.2527630.0564.12
HexA988BFC1D0191141e40
Octal251210277143503142436100
Binary101010011000100010111111110011101011001100010100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988BF; }

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

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

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

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

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

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

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

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