#A989BF

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

Shades of East Side #A989BF

Tints of East Side #A989BF

Color information

#A989BF (or 0xA989BF) is unknown color: approx East Side. HEX triplet: A9, 89 and BF. RGB value is (169,137,191). Sum of RGB (Red+Green+Blue) = 169+137+191=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A989BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989BF is #567640. Grayscale: #989898. Windows color (decimal): -5666369 or 12552617. OLE color: 12552617.

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

Color convert

RGB169137191-
CMYK0.120.2800.25
HSL275.56º29.67%64.31%-
HSV(B)275.56º28.27%74.9%-
XYZ34.7130.0953.27-
YUV152.72149.6139.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 191 (75% from 255) = 38.43%
R=34.00%
G=27.57%
B=38.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691371910.120.2800.25275.5629.6764.31
HexA989BFC1C0191141e40
Octal251211277143403142436100
Binary101010011000100110111111110011100011001100010100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989BF; }

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

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

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

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

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

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

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

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