#A980CD

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

Shades of East Side #A980CD

Tints of East Side #A980CD

Color information

#A980CD (or 0xA980CD) is unknown color: approx East Side. HEX triplet: A9, 80 and CD. RGB value is (169,128,205). Sum of RGB (Red+Green+Blue) = 169+128+205=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A980CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980CD is #567F32. Grayscale: #949494. Windows color (decimal): -5668659 or 13467817. OLE color: 13467817.

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

Color convert

RGB169128205-
CMYK0.180.3800.20
HSL271.95º43.5%65.29%-
HSV(B)271.95º37.56%80.39%-
XYZ35.128.2861.37-
YUV149.04159.58142.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=33.67%
G=25.50%
B=40.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691282050.180.3800.20271.9543.565.29
HexA980CD12260141102c41
Octal251200315224602442054101
Binary101010011000000011001101100101001100101001000100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980CD; }

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

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

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

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

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

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

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

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