Shades of Medium Purple #A080D3
Tints of Medium Purple #A080D3
RGB
CMYK
RGB Variations
Color information
#A080D3 (or 0xA080D3) is known color: Medium Purple. HEX triplet: A0, 80 and D3. RGB value is (160,128,211). Sum of RGB (Red+Green+Blue) = 160+128+211=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #A080D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080D3 is #5F7F2C. Grayscale: #929292. Windows color (decimal): -6258477 or 13861024. OLE color: 13861024.
HSL color Cylindrical-coordinate representation of color #A080D3: hue angle of 263.13º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A080D3 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 128 | 211 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.17 |
| HSL | 263.13º | 0.49% | 0.66% | - |
| HSV(B) | 263.13º | 0.39% | 0.83% | - |
| XYZ | 33.97 | 27.62 | 65.17 | - |
| YUV | 147.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 211 | 0.24 | 0.39 | 0 | 0.17 | 263.13 | 0.49 | 0.66 |
| Hex | A0 | 80 | D3 | 18 | 27 | 0 | 11 | 107 | 31 | 42 |
| Octal | 240 | 200 | 323 | 30 | 47 | 0 | 21 | 407 | 61 | 102 |
| Binary | 10100000 | 10000000 | 11010011 | 11000 | 100111 | 0 | 10001 | 100000111 | 110001 | 1000010 |
Color Harmonies of #A080D3
Complementary color
Monochromatic Colors of #A080D3
Black with #A080D3
Text Example
Text Example
White with #A080D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080D3; }
p { color: rgb(160,128,211); }
H1.HeaderClassName
{
color: #A080D3;
}
.AnyTagClassName
{
color: #A080D3;
}
</style>
background-color css
<style>
a { background-color: #A080D3; }
a { background-color: rgb(160,128,211); }
div.DivClassName
{
background-color: #A080D3;
}
.BgClassName
{
background-color: #A080D3;
}
</style>
border-color css
<style>
span { border-color: #A080D3; }
span { border-color: rgb(160,128,211); }
td.TdClassName
{
border-color: #A080D3;
}
.TagClassName
{
border-color: #A080D3;
}
</style>