Html Css Color HEX #A980FA Medium Purple

📋 copy color: '#A980FA'

red 169 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #A980FA

Tints of Medium Purple #A980FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 30.9%
G = 23.4%
B = 45.7%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A980FA (or 0xA980FA) is known color: Medium Purple. HEX triplet: A9, 80 and FA. RGB value is (169,128,250). Sum of RGB (Red+Green+Blue) = 169+128+250=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #A980FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980FA is #567F05. Grayscale: #999999. Windows color (decimal): -5668614 or 16416937. OLE color: 16416937.

HSL color Cylindrical-coordinate representation of color #A980FA: hue angle of 260.16º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A980FA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 128 250 -
CMYK 0.32 0.49 0 0.02
HSL 260.16º 0.92% 0.74% -
HSV(B) 260.16º 0.49% 0.98% -
XYZ 41.34 30.78 94.2 -
YUV 154.17 182.08 138.58 -
System Red Green Blue C M Y K H S L
Decimal 169 128 250 0.32 0.49 0 0.02 260.16 0.92 0.74
Hex A9 80 FA 20 31 0 2 104 5C 4A
Octal 251 200 372 40 61 0 2 404 134 112
Binary 10101001 10000000 11111010 100000 110001 0 10 100000100 1011100 1001010

Color Harmonies of #A980FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980FA

Black with #A980FA

Text Example


Text Example

White with #A980FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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