Shades of Medium Purple #A76FDF
Tints of Medium Purple #A76FDF
RGB
CMYK
RGB Variations
Color information
#A76FDF (or 0xA76FDF) is known color: Medium Purple. HEX triplet: A7, 6F and DF. RGB value is (167,111,223). Sum of RGB (Red+Green+Blue) = 167+111+223=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A76FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDF is #589020. Grayscale: #8C8C8C. Windows color (decimal): -5804065 or 14643111. OLE color: 14643111.
HSL color Cylindrical-coordinate representation of color #A76FDF: hue angle of 270º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76FDF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 111 | 223 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.13 |
| HSL | 270º | 0.64% | 0.65% | - |
| HSV(B) | 270º | 0.5% | 0.87% | - |
| XYZ | 34.94 | 24.91 | 72.78 | - |
| YUV | 140.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 223 | 0.25 | 0.50 | 0 | 0.13 | 270 | 0.64 | 0.65 |
| Hex | A7 | 6F | DF | 19 | 32 | 0 | D | 10E | 40 | 41 |
| Octal | 247 | 157 | 337 | 31 | 62 | 0 | 15 | 416 | 100 | 101 |
| Binary | 10100111 | 1101111 | 11011111 | 11001 | 110010 | 0 | 1101 | 100001110 | 1000000 | 1000001 |
Color Harmonies of #A76FDF
Complementary color
Monochromatic Colors of #A76FDF
Black with #A76FDF
Text Example
Text Example
White with #A76FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FDF; }
p { color: rgb(167,111,223); }
H1.HeaderClassName
{
color: #A76FDF;
}
.AnyTagClassName
{
color: #A76FDF;
}
</style>
background-color css
<style>
a { background-color: #A76FDF; }
a { background-color: rgb(167,111,223); }
div.DivClassName
{
background-color: #A76FDF;
}
.BgClassName
{
background-color: #A76FDF;
}
</style>
border-color css
<style>
span { border-color: #A76FDF; }
span { border-color: rgb(167,111,223); }
td.TdClassName
{
border-color: #A76FDF;
}
.TagClassName
{
border-color: #A76FDF;
}
</style>