Shades of Medium Purple #AB77DF
Tints of Medium Purple #AB77DF
RGB
CMYK
RGB Variations
Color information
#AB77DF (or 0xAB77DF) is known color: Medium Purple. HEX triplet: AB, 77 and DF. RGB value is (171,119,223). Sum of RGB (Red+Green+Blue) = 171+119+223=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB77DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77DF is #548820. Grayscale: #929292. Windows color (decimal): -5539873 or 14645163. OLE color: 14645163.
HSL color Cylindrical-coordinate representation of color #AB77DF: hue angle of 270º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB77DF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 119 | 223 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.13 |
| HSL | 270º | 0.62% | 0.67% | - |
| HSV(B) | 270º | 0.47% | 0.87% | - |
| XYZ | 36.71 | 27.18 | 73.12 | - |
| YUV | 146.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 223 | 0.23 | 0.47 | 0 | 0.13 | 270 | 0.62 | 0.67 |
| Hex | AB | 77 | DF | 17 | 2F | 0 | D | 10E | 3E | 43 |
| Octal | 253 | 167 | 337 | 27 | 57 | 0 | 15 | 416 | 76 | 103 |
| Binary | 10101011 | 1110111 | 11011111 | 10111 | 101111 | 0 | 1101 | 100001110 | 111110 | 1000011 |
Color Harmonies of #AB77DF
Complementary color
Monochromatic Colors of #AB77DF
Black with #AB77DF
Text Example
Text Example
White with #AB77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77DF; }
p { color: rgb(171,119,223); }
H1.HeaderClassName
{
color: #AB77DF;
}
.AnyTagClassName
{
color: #AB77DF;
}
</style>
background-color css
<style>
a { background-color: #AB77DF; }
a { background-color: rgb(171,119,223); }
div.DivClassName
{
background-color: #AB77DF;
}
.BgClassName
{
background-color: #AB77DF;
}
</style>
border-color css
<style>
span { border-color: #AB77DF; }
span { border-color: rgb(171,119,223); }
td.TdClassName
{
border-color: #AB77DF;
}
.TagClassName
{
border-color: #AB77DF;
}
</style>