Shades of Medium Purple #A76FFB
Tints of Medium Purple #A76FFB
RGB
CMYK
RGB Variations
Color information
#A76FFB (or 0xA76FFB) is known color: Medium Purple. HEX triplet: A7, 6F and FB. RGB value is (167,111,251). Sum of RGB (Red+Green+Blue) = 167+111+251=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #A76FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FFB is #589004. Grayscale: #8F8F8F. Windows color (decimal): -5804037 or 16478119. OLE color: 16478119.
HSL color Cylindrical-coordinate representation of color #A76FFB: hue angle of 264º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A76FFB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 111 | 251 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.02 |
| HSL | 264º | 0.95% | 0.71% | - |
| HSV(B) | 264º | 0.56% | 0.98% | - |
| XYZ | 39.03 | 26.55 | 94.33 | - |
| YUV | 143.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 251 | 0.33 | 0.56 | 0 | 0.02 | 264 | 0.95 | 0.71 |
| Hex | A7 | 6F | FB | 21 | 38 | 0 | 2 | 108 | 5F | 47 |
| Octal | 247 | 157 | 373 | 41 | 70 | 0 | 2 | 410 | 137 | 107 |
| Binary | 10100111 | 1101111 | 11111011 | 100001 | 111000 | 0 | 10 | 100001000 | 1011111 | 1000111 |
Color Harmonies of #A76FFB
Complementary color
Monochromatic Colors of #A76FFB
Black with #A76FFB
Text Example
Text Example
White with #A76FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FFB; }
p { color: rgb(167,111,251); }
H1.HeaderClassName
{
color: #A76FFB;
}
.AnyTagClassName
{
color: #A76FFB;
}
</style>
background-color css
<style>
a { background-color: #A76FFB; }
a { background-color: rgb(167,111,251); }
div.DivClassName
{
background-color: #A76FFB;
}
.BgClassName
{
background-color: #A76FFB;
}
</style>
border-color css
<style>
span { border-color: #A76FFB; }
span { border-color: rgb(167,111,251); }
td.TdClassName
{
border-color: #A76FFB;
}
.TagClassName
{
border-color: #A76FFB;
}
</style>