Html Css Color HEX #A980E6 Medium Purple

📋 copy color: '#A980E6'

red 169 ◦ green 128 ◦ blue 230

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

Shades of Medium Purple #A980E6

Tints of Medium Purple #A980E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 32.07%
G = 24.29%
B = 43.64%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A980E6 (or 0xA980E6) is known color: Medium Purple. HEX triplet: A9, 80 and E6. RGB value is (169,128,230). Sum of RGB (Red+Green+Blue) = 169+128+230=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #A980E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980E6 is #567F19. Grayscale: #979797. Windows color (decimal): -5668634 or 15106217. OLE color: 15106217.

HSL color Cylindrical-coordinate representation of color #A980E6: hue angle of 264.12º degrees, saturation: 0.67, 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 #A980E6 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 128 230 -
CMYK 0.27 0.44 0 0.10
HSL 264.12º 0.67% 0.7% -
HSV(B) 264.12º 0.44% 0.9% -
XYZ 38.36 29.59 78.55 -
YUV 151.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 169 128 230 0.27 0.44 0 0.10 264.12 0.67 0.7
Hex A9 80 E6 1B 2C 0 A 108 43 46
Octal 251 200 346 33 54 0 12 410 103 106
Binary 10101001 10000000 11100110 11011 101100 0 1010 100001000 1000011 1000110

Color Harmonies of #A980E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980E6

Black with #A980E6

Text Example


Text Example

White with #A980E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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