Html Css Color HEX #A980EA Medium Purple

📋 copy color: '#A980EA'

red 169 ◦ green 128 ◦ blue 234

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

Shades of Medium Purple #A980EA

Tints of Medium Purple #A980EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 31.83%
G = 24.11%
B = 44.07%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A980EA (or 0xA980EA) is known color: Medium Purple. HEX triplet: A9, 80 and EA. RGB value is (169,128,234). Sum of RGB (Red+Green+Blue) = 169+128+234=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #A980EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980EA is #567F15. Grayscale: #979797. Windows color (decimal): -5668630 or 15368361. OLE color: 15368361.

HSL color Cylindrical-coordinate representation of color #A980EA: hue angle of 263.21º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A980EA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 128 234 -
CMYK 0.28 0.45 0 0.08
HSL 263.21º 0.72% 0.71% -
HSV(B) 263.21º 0.45% 0.92% -
XYZ 38.93 29.81 81.54 -
YUV 152.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 169 128 234 0.28 0.45 0 0.08 263.21 0.72 0.71
Hex A9 80 EA 1C 2D 0 8 107 48 47
Octal 251 200 352 34 55 0 10 407 110 107
Binary 10101001 10000000 11101010 11100 101101 0 1000 100000111 1001000 1000111

Color Harmonies of #A980EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980EA

Black with #A980EA

Text Example


Text Example

White with #A980EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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