Shades of Medium Purple #A75FFB
Tints of Medium Purple #A75FFB
RGB
CMYK
RGB Variations
Color information
#A75FFB (or 0xA75FFB) is known color: Medium Purple. HEX triplet: A7, 5F and FB. RGB value is (167,95,251). Sum of RGB (Red+Green+Blue) = 167+95+251=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #A75FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75FFB is #58A004. Grayscale: #858585. Windows color (decimal): -5808133 or 16474023. OLE color: 16474023.
HSL color Cylindrical-coordinate representation of color #A75FFB: hue angle of 267.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A75FFB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 95 | 251 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.02 |
| HSL | 267.69º | 0.95% | 0.68% | - |
| HSV(B) | 267.69º | 0.62% | 0.98% | - |
| XYZ | 37.44 | 23.36 | 93.8 | - |
| YUV | 134.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 251 | 0.33 | 0.62 | 0 | 0.02 | 267.69 | 0.95 | 0.68 |
| Hex | A7 | 5F | FB | 21 | 3E | 0 | 2 | 10C | 5F | 44 |
| Octal | 247 | 137 | 373 | 41 | 76 | 0 | 2 | 414 | 137 | 104 |
| Binary | 10100111 | 1011111 | 11111011 | 100001 | 111110 | 0 | 10 | 100001100 | 1011111 | 1000100 |
Color Harmonies of #A75FFB
Complementary color
Monochromatic Colors of #A75FFB
Black with #A75FFB
Text Example
Text Example
White with #A75FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75FFB; }
p { color: rgb(167,95,251); }
H1.HeaderClassName
{
color: #A75FFB;
}
.AnyTagClassName
{
color: #A75FFB;
}
</style>
background-color css
<style>
a { background-color: #A75FFB; }
a { background-color: rgb(167,95,251); }
div.DivClassName
{
background-color: #A75FFB;
}
.BgClassName
{
background-color: #A75FFB;
}
</style>
border-color css
<style>
span { border-color: #A75FFB; }
span { border-color: rgb(167,95,251); }
td.TdClassName
{
border-color: #A75FFB;
}
.TagClassName
{
border-color: #A75FFB;
}
</style>