Shades of Medium Purple #A078DA
Tints of Medium Purple #A078DA
RGB
CMYK
RGB Variations
Color information
#A078DA (or 0xA078DA) is known color: Medium Purple. HEX triplet: A0, 78 and DA. RGB value is (160,120,218). Sum of RGB (Red+Green+Blue) = 160+120+218=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A078DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078DA is #5F8725. Grayscale: #8E8E8E. Windows color (decimal): -6260518 or 14317728. OLE color: 14317728.
HSL color Cylindrical-coordinate representation of color #A078DA: hue angle of 264.49º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A078DA is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 120 | 218 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.15 |
| HSL | 264.49º | 0.57% | 0.66% | - |
| HSV(B) | 264.49º | 0.45% | 0.85% | - |
| XYZ | 33.87 | 25.97 | 69.56 | - |
| YUV | 143.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 218 | 0.27 | 0.45 | 0 | 0.15 | 264.49 | 0.57 | 0.66 |
| Hex | A0 | 78 | DA | 1B | 2D | 0 | F | 108 | 39 | 42 |
| Octal | 240 | 170 | 332 | 33 | 55 | 0 | 17 | 410 | 71 | 102 |
| Binary | 10100000 | 1111000 | 11011010 | 11011 | 101101 | 0 | 1111 | 100001000 | 111001 | 1000010 |
Color Harmonies of #A078DA
Complementary color
Monochromatic Colors of #A078DA
Black with #A078DA
Text Example
Text Example
White with #A078DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078DA; }
p { color: rgb(160,120,218); }
H1.HeaderClassName
{
color: #A078DA;
}
.AnyTagClassName
{
color: #A078DA;
}
</style>
background-color css
<style>
a { background-color: #A078DA; }
a { background-color: rgb(160,120,218); }
div.DivClassName
{
background-color: #A078DA;
}
.BgClassName
{
background-color: #A078DA;
}
</style>
border-color css
<style>
span { border-color: #A078DA; }
span { border-color: rgb(160,120,218); }
td.TdClassName
{
border-color: #A078DA;
}
.TagClassName
{
border-color: #A078DA;
}
</style>