#A980C4

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

Shades of East Side #A980C4

Tints of East Side #A980C4

Color information

#A980C4 (or 0xA980C4) is unknown color: approx East Side. HEX triplet: A9, 80 and C4. RGB value is (169,128,196). Sum of RGB (Red+Green+Blue) = 169+128+196=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #A980C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980C4 is #567F3B. Grayscale: #939393. Windows color (decimal): -5668668 or 12877993. OLE color: 12877993.

HSL color Cylindrical-coordinate representation of color #A980C4: hue angle of 276.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A980C4 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169128196-
CMYK0.140.3500.23
HSL276.18º36.56%63.53%-
HSV(B)276.18º34.69%76.86%-
XYZ34.0527.8655.81-
YUV148.01155.08142.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=34.28%
G=25.96%
B=39.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691281960.140.3500.23276.1836.5663.53
HexA980C4E230171142540
Octal251200304164302742445100
Binary10101001100000001100010011101000110101111000101001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980C4; }

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

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

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

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

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

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

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

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