#A980CA

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

Shades of East Side #A980CA

Tints of East Side #A980CA

Color information

#A980CA (or 0xA980CA) is unknown color: approx East Side. HEX triplet: A9, 80 and CA. RGB value is (169,128,202). Sum of RGB (Red+Green+Blue) = 169+128+202=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A980CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980CA is #567F35. Grayscale: #949494. Windows color (decimal): -5668662 or 13271209. OLE color: 13271209.

HSL color Cylindrical-coordinate representation of color #A980CA: hue angle of 273.24º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A980CA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169128202-
CMYK0.160.3700.21
HSL273.24º41.11%64.71%-
HSV(B)273.24º36.63%79.22%-
XYZ34.7428.1459.48-
YUV148.7158.08142.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=33.87%
G=25.65%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691282020.160.3700.21273.2441.1164.71
HexA980CA10250151112941
Octal251200312204502542151101
Binary101010011000000011001010100001001010101011000100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980CA; }

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

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

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

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

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

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

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

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