Html Css Color HEX #A980E5 Medium Purple

📋 copy color: '#A980E5'

red 169 ◦ green 128 ◦ blue 229

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

Shades of Medium Purple #A980E5

Tints of Medium Purple #A980E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 32.13%
G = 24.33%
B = 43.54%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A980E5 (or 0xA980E5) is known color: Medium Purple. HEX triplet: A9, 80 and E5. RGB value is (169,128,229). Sum of RGB (Red+Green+Blue) = 169+128+229=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #A980E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980E5 is #567F1A. Grayscale: #979797. Windows color (decimal): -5668635 or 15040681. OLE color: 15040681.

HSL color Cylindrical-coordinate representation of color #A980E5: hue angle of 264.36º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A980E5 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 128 229 -
CMYK 0.26 0.44 0 0.10
HSL 264.36º 0.66% 0.7% -
HSV(B) 264.36º 0.44% 0.9% -
XYZ 38.22 29.53 77.81 -
YUV 151.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 169 128 229 0.26 0.44 0 0.10 264.36 0.66 0.7
Hex A9 80 E5 1A 2C 0 A 108 42 46
Octal 251 200 345 32 54 0 12 410 102 106
Binary 10101001 10000000 11100101 11010 101100 0 1010 100001000 1000010 1000110

Color Harmonies of #A980E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980E5

Black with #A980E5

Text Example


Text Example

White with #A980E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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