Shades of Medium Purple #AB67F1
Tints of Medium Purple #AB67F1
RGB
CMYK
RGB Variations
Color information
#AB67F1 (or 0xAB67F1) is known color: Medium Purple. HEX triplet: AB, 67 and F1. RGB value is (171,103,241). Sum of RGB (Red+Green+Blue) = 171+103+241=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB67F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67F1 is #54980E. Grayscale: #8A8A8A. Windows color (decimal): -5543951 or 15820715. OLE color: 15820715.
HSL color Cylindrical-coordinate representation of color #AB67F1: hue angle of 269.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB67F1 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 103 | 241 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.05 |
| HSL | 269.57º | 0.83% | 0.67% | - |
| HSV(B) | 269.57º | 0.57% | 0.95% | - |
| XYZ | 37.52 | 24.71 | 86.01 | - |
| YUV | 139.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 241 | 0.29 | 0.57 | 0 | 0.05 | 269.57 | 0.83 | 0.67 |
| Hex | AB | 67 | F1 | 1D | 39 | 0 | 5 | 10E | 53 | 43 |
| Octal | 253 | 147 | 361 | 35 | 71 | 0 | 5 | 416 | 123 | 103 |
| Binary | 10101011 | 1100111 | 11110001 | 11101 | 111001 | 0 | 101 | 100001110 | 1010011 | 1000011 |
Color Harmonies of #AB67F1
Complementary color
Monochromatic Colors of #AB67F1
Black with #AB67F1
Text Example
Text Example
White with #AB67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67F1; }
p { color: rgb(171,103,241); }
H1.HeaderClassName
{
color: #AB67F1;
}
.AnyTagClassName
{
color: #AB67F1;
}
</style>
background-color css
<style>
a { background-color: #AB67F1; }
a { background-color: rgb(171,103,241); }
div.DivClassName
{
background-color: #AB67F1;
}
.BgClassName
{
background-color: #AB67F1;
}
</style>
border-color css
<style>
span { border-color: #AB67F1; }
span { border-color: rgb(171,103,241); }
td.TdClassName
{
border-color: #AB67F1;
}
.TagClassName
{
border-color: #AB67F1;
}
</style>