Shades of Medium Purple #A76FFD
Tints of Medium Purple #A76FFD
RGB
CMYK
RGB Variations
Color information
#A76FFD (or 0xA76FFD) is known color: Medium Purple. HEX triplet: A7, 6F and FD. RGB value is (167,111,253). Sum of RGB (Red+Green+Blue) = 167+111+253=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #A76FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FFD is #589002. Grayscale: #8F8F8F. Windows color (decimal): -5804035 or 16609191. OLE color: 16609191.
HSL color Cylindrical-coordinate representation of color #A76FFD: hue angle of 263.66º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A76FFD is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 111 | 253 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.01 |
| HSL | 263.66º | 0.97% | 0.71% | - |
| HSV(B) | 263.66º | 0.56% | 0.99% | - |
| XYZ | 39.35 | 26.68 | 96 | - |
| YUV | 143.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 253 | 0.34 | 0.56 | 0 | 0.01 | 263.66 | 0.97 | 0.71 |
| Hex | A7 | 6F | FD | 22 | 38 | 0 | 1 | 108 | 61 | 47 |
| Octal | 247 | 157 | 375 | 42 | 70 | 0 | 1 | 410 | 141 | 107 |
| Binary | 10100111 | 1101111 | 11111101 | 100010 | 111000 | 0 | 1 | 100001000 | 1100001 | 1000111 |
Color Harmonies of #A76FFD
Complementary color
Monochromatic Colors of #A76FFD
Black with #A76FFD
Text Example
Text Example
White with #A76FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FFD; }
p { color: rgb(167,111,253); }
H1.HeaderClassName
{
color: #A76FFD;
}
.AnyTagClassName
{
color: #A76FFD;
}
</style>
background-color css
<style>
a { background-color: #A76FFD; }
a { background-color: rgb(167,111,253); }
div.DivClassName
{
background-color: #A76FFD;
}
.BgClassName
{
background-color: #A76FFD;
}
</style>
border-color css
<style>
span { border-color: #A76FFD; }
span { border-color: rgb(167,111,253); }
td.TdClassName
{
border-color: #A76FFD;
}
.TagClassName
{
border-color: #A76FFD;
}
</style>