Shades of Medium Purple #A076DA
Tints of Medium Purple #A076DA
RGB
CMYK
RGB Variations
Color information
#A076DA (or 0xA076DA) is known color: Medium Purple. HEX triplet: A0, 76 and DA. RGB value is (160,118,218). Sum of RGB (Red+Green+Blue) = 160+118+218=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A076DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076DA is #5F8925. Grayscale: #8D8D8D. Windows color (decimal): -6261030 or 14317216. OLE color: 14317216.
HSL color Cylindrical-coordinate representation of color #A076DA: hue angle of 265.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A076DA is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 118 | 218 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.15 |
| HSL | 265.2º | 0.57% | 0.66% | - |
| HSV(B) | 265.2º | 0.46% | 0.85% | - |
| XYZ | 33.63 | 25.49 | 69.48 | - |
| YUV | 141.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 218 | 0.27 | 0.46 | 0 | 0.15 | 265.2 | 0.57 | 0.66 |
| Hex | A0 | 76 | DA | 1B | 2E | 0 | F | 109 | 39 | 42 |
| Octal | 240 | 166 | 332 | 33 | 56 | 0 | 17 | 411 | 71 | 102 |
| Binary | 10100000 | 1110110 | 11011010 | 11011 | 101110 | 0 | 1111 | 100001001 | 111001 | 1000010 |
Color Harmonies of #A076DA
Complementary color
Monochromatic Colors of #A076DA
Black with #A076DA
Text Example
Text Example
White with #A076DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076DA; }
p { color: rgb(160,118,218); }
H1.HeaderClassName
{
color: #A076DA;
}
.AnyTagClassName
{
color: #A076DA;
}
</style>
background-color css
<style>
a { background-color: #A076DA; }
a { background-color: rgb(160,118,218); }
div.DivClassName
{
background-color: #A076DA;
}
.BgClassName
{
background-color: #A076DA;
}
</style>
border-color css
<style>
span { border-color: #A076DA; }
span { border-color: rgb(160,118,218); }
td.TdClassName
{
border-color: #A076DA;
}
.TagClassName
{
border-color: #A076DA;
}
</style>