Html Css Color HEX #A080DC Medium Purple

📋 copy color: '#A080DC'

red 160 ◦ green 128 ◦ blue 220

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

Shades of Medium Purple #A080DC

Tints of Medium Purple #A080DC

RGB

 RED value IS 160 (62.89% from 255) = 31.5%

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 31.5%
G = 25.2%
B = 43.31%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A080DC (or 0xA080DC) is known color: Medium Purple. HEX triplet: A0, 80 and DC. RGB value is (160,128,220). Sum of RGB (Red+Green+Blue) = 160+128+220=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #A080DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080DC is #5F7F23. Grayscale: #939393. Windows color (decimal): -6258468 or 14450848. OLE color: 14450848.

HSL color Cylindrical-coordinate representation of color #A080DC: hue angle of 260.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A080DC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 128 220 -
CMYK 0.27 0.42 0 0.14
HSL 260.87º 0.57% 0.68% -
HSV(B) 260.87º 0.42% 0.86% -
XYZ 35.13 28.08 71.28 -
YUV 148.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 160 128 220 0.27 0.42 0 0.14 260.87 0.57 0.68
Hex A0 80 DC 1B 2A 0 E 105 39 44
Octal 240 200 334 33 52 0 16 405 71 104
Binary 10100000 10000000 11011100 11011 101010 0 1110 100000101 111001 1000100

Color Harmonies of #A080DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080DC

Black with #A080DC

Text Example


Text Example

White with #A080DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080DC; }

 p { color: rgb(160,128,220); }

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

background-color css

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

 a { background-color: rgb(160,128,220); }

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

border-color css

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

 span { border-color: rgb(160,128,220); }

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