Shades of Medium Purple #AB78FF
Tints of Medium Purple #AB78FF
RGB
CMYK
RGB Variations
Color information
#AB78FF (or 0xAB78FF) is known color: Medium Purple. HEX triplet: AB, 78 and FF. RGB value is (171,120,255). Sum of RGB (Red+Green+Blue) = 171+120+255=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78FF is #548700. Grayscale: #969696. Windows color (decimal): -5539585 or 16742571. OLE color: 16742571.
HSL color Cylindrical-coordinate representation of color #AB78FF: hue angle of 262.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB78FF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 120 | 255 | - |
| CMYK | 0.33 | 0.53 | 0 | 0 |
| HSL | 262.67º | 1% | 0.74% | - |
| HSV(B) | 262.67º | 0.53% | 1% | - |
| XYZ | 41.56 | 29.31 | 98.07 | - |
| YUV | 150.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 255 | 0.33 | 0.53 | 0 | 0 | 262.67 | 1 | 0.74 |
| Hex | AB | 78 | FF | 21 | 35 | 0 | 0 | 107 | 64 | 4A |
| Octal | 253 | 170 | 377 | 41 | 65 | 0 | 0 | 407 | 144 | 112 |
| Binary | 10101011 | 1111000 | 11111111 | 100001 | 110101 | 0 | 0 | 100000111 | 1100100 | 1001010 |
Color Harmonies of #AB78FF
Complementary color
Monochromatic Colors of #AB78FF
Black with #AB78FF
Text Example
Text Example
White with #AB78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB78FF; }
p { color: rgb(171,120,255); }
H1.HeaderClassName
{
color: #AB78FF;
}
.AnyTagClassName
{
color: #AB78FF;
}
</style>
background-color css
<style>
a { background-color: #AB78FF; }
a { background-color: rgb(171,120,255); }
div.DivClassName
{
background-color: #AB78FF;
}
.BgClassName
{
background-color: #AB78FF;
}
</style>
border-color css
<style>
span { border-color: #AB78FF; }
span { border-color: rgb(171,120,255); }
td.TdClassName
{
border-color: #AB78FF;
}
.TagClassName
{
border-color: #AB78FF;
}
</style>