Shades of Medium Purple #AB78E6
Tints of Medium Purple #AB78E6
RGB
CMYK
RGB Variations
Color information
#AB78E6 (or 0xAB78E6) is known color: Medium Purple. HEX triplet: AB, 78 and E6. RGB value is (171,120,230). Sum of RGB (Red+Green+Blue) = 171+120+230=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB78E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78E6 is #548719. Grayscale: #939393. Windows color (decimal): -5539610 or 15104171. OLE color: 15104171.
HSL color Cylindrical-coordinate representation of color #AB78E6: hue angle of 267.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB78E6 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 120 | 230 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.10 |
| HSL | 267.82º | 0.69% | 0.69% | - |
| HSV(B) | 267.82º | 0.48% | 0.9% | - |
| XYZ | 37.79 | 27.8 | 78.24 | - |
| YUV | 147.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 230 | 0.26 | 0.48 | 0 | 0.10 | 267.82 | 0.69 | 0.69 |
| Hex | AB | 78 | E6 | 1A | 30 | 0 | A | 10C | 45 | 45 |
| Octal | 253 | 170 | 346 | 32 | 60 | 0 | 12 | 414 | 105 | 105 |
| Binary | 10101011 | 1111000 | 11100110 | 11010 | 110000 | 0 | 1010 | 100001100 | 1000101 | 1000101 |
Color Harmonies of #AB78E6
Complementary color
Monochromatic Colors of #AB78E6
Black with #AB78E6
Text Example
Text Example
White with #AB78E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB78E6; }
p { color: rgb(171,120,230); }
H1.HeaderClassName
{
color: #AB78E6;
}
.AnyTagClassName
{
color: #AB78E6;
}
</style>
background-color css
<style>
a { background-color: #AB78E6; }
a { background-color: rgb(171,120,230); }
div.DivClassName
{
background-color: #AB78E6;
}
.BgClassName
{
background-color: #AB78E6;
}
</style>
border-color css
<style>
span { border-color: #AB78E6; }
span { border-color: rgb(171,120,230); }
td.TdClassName
{
border-color: #AB78E6;
}
.TagClassName
{
border-color: #AB78E6;
}
</style>