Shades of Medium Purple #AB78DF
Tints of Medium Purple #AB78DF
RGB
CMYK
RGB Variations
Color information
#AB78DF (or 0xAB78DF) is known color: Medium Purple. HEX triplet: AB, 78 and DF. RGB value is (171,120,223). Sum of RGB (Red+Green+Blue) = 171+120+223=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78DF is #548720. Grayscale: #929292. Windows color (decimal): -5539617 or 14645419. OLE color: 14645419.
HSL color Cylindrical-coordinate representation of color #AB78DF: hue angle of 269.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB78DF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 120 | 223 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.13 |
| HSL | 269.71º | 0.62% | 0.67% | - |
| HSV(B) | 269.71º | 0.46% | 0.87% | - |
| XYZ | 36.83 | 27.42 | 73.16 | - |
| YUV | 146.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 223 | 0.23 | 0.46 | 0 | 0.13 | 269.71 | 0.62 | 0.67 |
| Hex | AB | 78 | DF | 17 | 2E | 0 | D | 10E | 3E | 43 |
| Octal | 253 | 170 | 337 | 27 | 56 | 0 | 15 | 416 | 76 | 103 |
| Binary | 10101011 | 1111000 | 11011111 | 10111 | 101110 | 0 | 1101 | 100001110 | 111110 | 1000011 |
Color Harmonies of #AB78DF
Complementary color
Monochromatic Colors of #AB78DF
Black with #AB78DF
Text Example
Text Example
White with #AB78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB78DF; }
p { color: rgb(171,120,223); }
H1.HeaderClassName
{
color: #AB78DF;
}
.AnyTagClassName
{
color: #AB78DF;
}
</style>
background-color css
<style>
a { background-color: #AB78DF; }
a { background-color: rgb(171,120,223); }
div.DivClassName
{
background-color: #AB78DF;
}
.BgClassName
{
background-color: #AB78DF;
}
</style>
border-color css
<style>
span { border-color: #AB78DF; }
span { border-color: rgb(171,120,223); }
td.TdClassName
{
border-color: #AB78DF;
}
.TagClassName
{
border-color: #AB78DF;
}
</style>