#A980CE

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

Shades of East Side #A980CE

Tints of East Side #A980CE

Color information

#A980CE (or 0xA980CE) is unknown color: approx East Side. HEX triplet: A9, 80 and CE. RGB value is (169,128,206). Sum of RGB (Red+Green+Blue) = 169+128+206=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A980CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980CE is #567F31. Grayscale: #949494. Windows color (decimal): -5668658 or 13533353. OLE color: 13533353.

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

Color convert

RGB169128206-
CMYK0.180.3800.19
HSL271.54º44.32%65.49%-
HSV(B)271.54º37.86%80.78%-
XYZ35.2228.3362-
YUV149.15160.08142.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=33.60%
G=25.45%
B=40.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691282060.180.3800.19271.5444.3265.49
HexA980CE12260131102c41
Octal251200316224602342054101
Binary101010011000000011001110100101001100100111000100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980CE; }

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

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

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

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

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

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

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

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