#A980BC

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

Shades of East Side #A980BC

Tints of East Side #A980BC

Color information

#A980BC (or 0xA980BC) is unknown color: approx East Side. HEX triplet: A9, 80 and BC. RGB value is (169,128,188). Sum of RGB (Red+Green+Blue) = 169+128+188=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #A980BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980BC is #567F43. Grayscale: #929292. Windows color (decimal): -5668676 or 12353705. OLE color: 12353705.

HSL color Cylindrical-coordinate representation of color #A980BC: hue angle of 281º 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 #A980BC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169128188-
CMYK0.100.3200.26
HSL281º30.93%61.96%-
HSV(B)281º31.91%73.73%-
XYZ33.1627.551.14-
YUV147.1151.08143.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=34.85%
G=26.39%
B=38.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691281880.100.3200.2628130.9361.96
HexA980BCA2001A1191f3e
Octal25120027412400324313776
Binary101010011000000010111100101010000001101010001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980BC; }

 p { color: rgb(169,128,188); }

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

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

 a { background-color: rgb(169,128,188); }

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

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

 span { border-color: rgb(169,128,188); }

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