#A981B3

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

Shades of East Side #A981B3

Tints of East Side #A981B3

Color information

#A981B3 (or 0xA981B3) is unknown color: approx East Side. HEX triplet: A9, 81 and B3. RGB value is (169,129,179). Sum of RGB (Red+Green+Blue) = 169+129+179=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #A981B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981B3 is #567E4C. Grayscale: #929292. Windows color (decimal): -5668429 or 11764137. OLE color: 11764137.

HSL color Cylindrical-coordinate representation of color #A981B3: hue angle of 288º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A981B3 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169129179-
CMYK0.060.2800.30
HSL288º24.75%60.39%-
HSV(B)288º27.93%70.2%-
XYZ32.3527.3946.23-
YUV146.66146.25143.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 179 (70.31% from 255) = 37.53%
R=35.43%
G=27.04%
B=37.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691291790.060.2800.3028824.7560.39
HexA981B361C01E120193c
Octal2512012636340364403174
Binary1010100110000001101100111101110001111010010000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981B3; }

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

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

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

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

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

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

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

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