Html Css Color HEX #A980EC Medium Purple

📋 copy color: '#A980EC'

red 169 ◦ green 128 ◦ blue 236

#A980EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A980EC

Tints of Medium Purple #A980EC

RGB

 RED value IS 169 (66.41% from 255) = 31.71%

 GREEN value IS 128 (50.39% from 255) = 24.02%

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 31.71%
G = 24.02%
B = 44.28%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A980EC (or 0xA980EC) is known color: Medium Purple. HEX triplet: A9, 80 and EC. RGB value is (169,128,236). Sum of RGB (Red+Green+Blue) = 169+128+236=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A980EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980EC is #567F13. Grayscale: #989898. Windows color (decimal): -5668628 or 15499433. OLE color: 15499433.

HSL color Cylindrical-coordinate representation of color #A980EC: hue angle of 262.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A980EC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 128 236 -
CMYK 0.28 0.46 0 0.07
HSL 262.78º 0.74% 0.71% -
HSV(B) 262.78º 0.46% 0.93% -
XYZ 39.22 29.93 83.07 -
YUV 152.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 169 128 236 0.28 0.46 0 0.07 262.78 0.74 0.71
Hex A9 80 EC 1C 2E 0 7 107 4A 47
Octal 251 200 354 34 56 0 7 407 112 107
Binary 10101001 10000000 11101100 11100 101110 0 111 100000111 1001010 1000111

Color Harmonies of #A980EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980EC

Black with #A980EC

Text Example


Text Example

White with #A980EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980EC; }

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

 H1.HeaderClassName
 {
   color: #A980EC;
 }
 .AnyTagClassName
 {
   color: #A980EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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