#A980B3

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

Shades of East Side #A980B3

Tints of East Side #A980B3

Color information

#A980B3 (or 0xA980B3) is unknown color: approx East Side. HEX triplet: A9, 80 and B3. RGB value is (169,128,179). Sum of RGB (Red+Green+Blue) = 169+128+179=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #A980B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980B3 is #567F4C. Grayscale: #919191. Windows color (decimal): -5668685 or 11763881. OLE color: 11763881.

HSL color Cylindrical-coordinate representation of color #A980B3: hue angle of 288.24º 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 #A980B3 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169128179-
CMYK0.060.2800.30
HSL288.24º25.12%60.2%-
HSV(B)288.24º28.49%70.2%-
XYZ32.2227.1346.19-
YUV146.07146.58144.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=35.50%
G=26.89%
B=37.61%

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
Decimal1691281790.060.2800.30288.2425.1260.2
HexA980B361C01E120193c
Octal2512002636340364403174
Binary1010100110000000101100111101110001111010010000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980B3; }

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

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

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

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

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

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

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

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