Shades of Medium Purple #A078DF
Tints of Medium Purple #A078DF
RGB
CMYK
RGB Variations
Color information
#A078DF (or 0xA078DF) is known color: Medium Purple. HEX triplet: A0, 78 and DF. RGB value is (160,120,223). Sum of RGB (Red+Green+Blue) = 160+120+223=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A078DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078DF is #5F8720. Grayscale: #8F8F8F. Windows color (decimal): -6260513 or 14645408. OLE color: 14645408.
HSL color Cylindrical-coordinate representation of color #A078DF: hue angle of 263.3º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A078DF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 120 | 223 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.13 |
| HSL | 263.3º | 0.62% | 0.67% | - |
| HSV(B) | 263.3º | 0.46% | 0.87% | - |
| XYZ | 34.53 | 26.23 | 73.06 | - |
| YUV | 143.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 223 | 0.28 | 0.46 | 0 | 0.13 | 263.3 | 0.62 | 0.67 |
| Hex | A0 | 78 | DF | 1C | 2E | 0 | D | 107 | 3E | 43 |
| Octal | 240 | 170 | 337 | 34 | 56 | 0 | 15 | 407 | 76 | 103 |
| Binary | 10100000 | 1111000 | 11011111 | 11100 | 101110 | 0 | 1101 | 100000111 | 111110 | 1000011 |
Color Harmonies of #A078DF
Complementary color
Monochromatic Colors of #A078DF
Black with #A078DF
Text Example
Text Example
White with #A078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078DF; }
p { color: rgb(160,120,223); }
H1.HeaderClassName
{
color: #A078DF;
}
.AnyTagClassName
{
color: #A078DF;
}
</style>
background-color css
<style>
a { background-color: #A078DF; }
a { background-color: rgb(160,120,223); }
div.DivClassName
{
background-color: #A078DF;
}
.BgClassName
{
background-color: #A078DF;
}
</style>
border-color css
<style>
span { border-color: #A078DF; }
span { border-color: rgb(160,120,223); }
td.TdClassName
{
border-color: #A078DF;
}
.TagClassName
{
border-color: #A078DF;
}
</style>