#A981BF

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

Shades of East Side #A981BF

Tints of East Side #A981BF

Color information

#A981BF (or 0xA981BF) is unknown color: approx East Side. HEX triplet: A9, 81 and BF. RGB value is (169,129,191). Sum of RGB (Red+Green+Blue) = 169+129+191=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A981BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981BF is #567E40. Grayscale: #939393. Windows color (decimal): -5668417 or 12550569. OLE color: 12550569.

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

Color convert

RGB169129191-
CMYK0.120.3200.25
HSL278.71º32.63%62.75%-
HSV(B)278.71º32.46%74.9%-
XYZ33.6227.952.9-
YUV148.03152.25142.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 191 (75% from 255) = 39.06%
R=34.56%
G=26.38%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691291910.120.3200.25278.7132.6362.75
HexA981BFC20019117213f
Octal25120127714400314274177
Binary1010100110000001101111111100100000011001100010111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981BF; }

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

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

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

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

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

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

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

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