#A981BD

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

Shades of East Side #A981BD

Tints of East Side #A981BD

Color information

#A981BD (or 0xA981BD) is unknown color: approx East Side. HEX triplet: A9, 81 and BD. RGB value is (169,129,189). Sum of RGB (Red+Green+Blue) = 169+129+189=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A981BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981BD is #567E42. Grayscale: #939393. Windows color (decimal): -5668419 or 12419497. OLE color: 12419497.

HSL color Cylindrical-coordinate representation of color #A981BD: hue angle of 280º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A981BD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169129189-
CMYK0.110.3200.26
HSL280º31.25%62.35%-
HSV(B)280º31.75%74.12%-
XYZ33.427.8151.75-
YUV147.8151.25143.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=34.70%
G=26.49%
B=38.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691291890.110.3200.2628031.2562.35
HexA981BDB2001A1181f3e
Octal25120127513400324303776
Binary101010011000000110111101101110000001101010001100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981BD; }

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

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

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

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

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

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

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

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