#A980CB

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

Shades of East Side #A980CB

Tints of East Side #A980CB

Color information

#A980CB (or 0xA980CB) is unknown color: approx East Side. HEX triplet: A9, 80 and CB. RGB value is (169,128,203). Sum of RGB (Red+Green+Blue) = 169+128+203=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A980CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980CB is #567F34. Grayscale: #949494. Windows color (decimal): -5668661 or 13336745. OLE color: 13336745.

HSL color Cylindrical-coordinate representation of color #A980CB: hue angle of 272.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A980CB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169128203-
CMYK0.170.3700.20
HSL272.8º41.9%64.9%-
HSV(B)272.8º36.95%79.61%-
XYZ34.8628.1960.1-
YUV148.81158.58142.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=33.8%
G=25.6%
B=40.6%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691282030.170.3700.20272.841.964.9
HexA980CB11250141112a41
Octal251200313214502442152101
Binary101010011000000011001011100011001010101001000100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980CB; }

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

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

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

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

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

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

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

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