Shades of Medium Purple #A76DED
Tints of Medium Purple #A76DED
RGB
CMYK
RGB Variations
Color information
#A76DED (or 0xA76DED) is known color: Medium Purple. HEX triplet: A7, 6D and ED. RGB value is (167,109,237). Sum of RGB (Red+Green+Blue) = 167+109+237=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #A76DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76DED is #589212. Grayscale: #8C8C8C. Windows color (decimal): -5804563 or 15560103. OLE color: 15560103.
HSL color Cylindrical-coordinate representation of color #A76DED: hue angle of 267.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A76DED is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 109 | 237 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.07 |
| HSL | 267.19º | 0.78% | 0.68% | - |
| HSV(B) | 267.19º | 0.54% | 0.93% | - |
| XYZ | 36.69 | 25.27 | 83.06 | - |
| YUV | 140.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 237 | 0.30 | 0.54 | 0 | 0.07 | 267.19 | 0.78 | 0.68 |
| Hex | A7 | 6D | ED | 1E | 36 | 0 | 7 | 10B | 4E | 44 |
| Octal | 247 | 155 | 355 | 36 | 66 | 0 | 7 | 413 | 116 | 104 |
| Binary | 10100111 | 1101101 | 11101101 | 11110 | 110110 | 0 | 111 | 100001011 | 1001110 | 1000100 |
Color Harmonies of #A76DED
Complementary color
Monochromatic Colors of #A76DED
Black with #A76DED
Text Example
Text Example
White with #A76DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DED; }
p { color: rgb(167,109,237); }
H1.HeaderClassName
{
color: #A76DED;
}
.AnyTagClassName
{
color: #A76DED;
}
</style>
background-color css
<style>
a { background-color: #A76DED; }
a { background-color: rgb(167,109,237); }
div.DivClassName
{
background-color: #A76DED;
}
.BgClassName
{
background-color: #A76DED;
}
</style>
border-color css
<style>
span { border-color: #A76DED; }
span { border-color: rgb(167,109,237); }
td.TdClassName
{
border-color: #A76DED;
}
.TagClassName
{
border-color: #A76DED;
}
</style>