Html Css Color HEX #A980ED Medium Purple

📋 copy color: '#A980ED'

red 169 ◦ green 128 ◦ blue 237

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

Shades of Medium Purple #A980ED

Tints of Medium Purple #A980ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 31.65%
G = 23.97%
B = 44.38%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A980ED (or 0xA980ED) is known color: Medium Purple. HEX triplet: A9, 80 and ED. RGB value is (169,128,237). Sum of RGB (Red+Green+Blue) = 169+128+237=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #A980ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980ED is #567F12. Grayscale: #989898. Windows color (decimal): -5668627 or 15564969. OLE color: 15564969.

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

Color convert

RGB 169 128 237 -
CMYK 0.29 0.46 0 0.07
HSL 262.57º 0.75% 0.72% -
HSV(B) 262.57º 0.46% 0.93% -
XYZ 39.37 29.99 83.83 -
YUV 152.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 169 128 237 0.29 0.46 0 0.07 262.57 0.75 0.72
Hex A9 80 ED 1D 2E 0 7 107 4B 48
Octal 251 200 355 35 56 0 7 407 113 110
Binary 10101001 10000000 11101101 11101 101110 0 111 100000111 1001011 1001000

Color Harmonies of #A980ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980ED

Black with #A980ED

Text Example


Text Example

White with #A980ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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