Shades of Medium Purple #A75DFB
Tints of Medium Purple #A75DFB
RGB
CMYK
RGB Variations
Color information
#A75DFB (or 0xA75DFB) is known color: Medium Purple. HEX triplet: A7, 5D and FB. RGB value is (167,93,251). Sum of RGB (Red+Green+Blue) = 167+93+251=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #A75DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75DFB is #58A204. Grayscale: #848484. Windows color (decimal): -5808645 or 16473511. OLE color: 16473511.
HSL color Cylindrical-coordinate representation of color #A75DFB: hue angle of 268.1º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75DFB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 93 | 251 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.02 |
| HSL | 268.1º | 0.95% | 0.67% | - |
| HSV(B) | 268.1º | 0.63% | 0.98% | - |
| XYZ | 37.26 | 23.01 | 93.74 | - |
| YUV | 133.14 | 194.52 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 251 | 0.33 | 0.63 | 0 | 0.02 | 268.1 | 0.95 | 0.67 |
| Hex | A7 | 5D | FB | 21 | 3F | 0 | 2 | 10C | 5F | 43 |
| Octal | 247 | 135 | 373 | 41 | 77 | 0 | 2 | 414 | 137 | 103 |
| Binary | 10100111 | 1011101 | 11111011 | 100001 | 111111 | 0 | 10 | 100001100 | 1011111 | 1000011 |
Color Harmonies of #A75DFB
Complementary color
Monochromatic Colors of #A75DFB
Black with #A75DFB
Text Example
Text Example
White with #A75DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DFB; }
p { color: rgb(167,93,251); }
H1.HeaderClassName
{
color: #A75DFB;
}
.AnyTagClassName
{
color: #A75DFB;
}
</style>
background-color css
<style>
a { background-color: #A75DFB; }
a { background-color: rgb(167,93,251); }
div.DivClassName
{
background-color: #A75DFB;
}
.BgClassName
{
background-color: #A75DFB;
}
</style>
border-color css
<style>
span { border-color: #A75DFB; }
span { border-color: rgb(167,93,251); }
td.TdClassName
{
border-color: #A75DFB;
}
.TagClassName
{
border-color: #A75DFB;
}
</style>