Shades of Medium Purple #AB67F4
Tints of Medium Purple #AB67F4
RGB
CMYK
RGB Variations
Color information
#AB67F4 (or 0xAB67F4) is known color: Medium Purple. HEX triplet: AB, 67 and F4. RGB value is (171,103,244). Sum of RGB (Red+Green+Blue) = 171+103+244=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB67F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67F4 is #54980B. Grayscale: #8A8A8A. Windows color (decimal): -5543948 or 16017323. OLE color: 16017323.
HSL color Cylindrical-coordinate representation of color #AB67F4: hue angle of 268.94º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB67F4 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 103 | 244 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.04 |
| HSL | 268.94º | 0.87% | 0.68% | - |
| HSV(B) | 268.94º | 0.58% | 0.96% | - |
| XYZ | 37.97 | 24.89 | 88.39 | - |
| YUV | 139.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 244 | 0.30 | 0.58 | 0 | 0.04 | 268.94 | 0.87 | 0.68 |
| Hex | AB | 67 | F4 | 1E | 3A | 0 | 4 | 10D | 57 | 44 |
| Octal | 253 | 147 | 364 | 36 | 72 | 0 | 4 | 415 | 127 | 104 |
| Binary | 10101011 | 1100111 | 11110100 | 11110 | 111010 | 0 | 100 | 100001101 | 1010111 | 1000100 |
Color Harmonies of #AB67F4
Complementary color
Monochromatic Colors of #AB67F4
Black with #AB67F4
Text Example
Text Example
White with #AB67F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67F4; }
p { color: rgb(171,103,244); }
H1.HeaderClassName
{
color: #AB67F4;
}
.AnyTagClassName
{
color: #AB67F4;
}
</style>
background-color css
<style>
a { background-color: #AB67F4; }
a { background-color: rgb(171,103,244); }
div.DivClassName
{
background-color: #AB67F4;
}
.BgClassName
{
background-color: #AB67F4;
}
</style>
border-color css
<style>
span { border-color: #AB67F4; }
span { border-color: rgb(171,103,244); }
td.TdClassName
{
border-color: #AB67F4;
}
.TagClassName
{
border-color: #AB67F4;
}
</style>