Shades of Medium Purple #AB6AF4
Tints of Medium Purple #AB6AF4
RGB
CMYK
RGB Variations
Color information
#AB6AF4 (or 0xAB6AF4) is known color: Medium Purple. HEX triplet: AB, 6A and F4. RGB value is (171,106,244). Sum of RGB (Red+Green+Blue) = 171+106+244=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB6AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AF4 is #54950B. Grayscale: #8C8C8C. Windows color (decimal): -5543180 or 16018091. OLE color: 16018091.
HSL color Cylindrical-coordinate representation of color #AB6AF4: hue angle of 268.26º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6AF4 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 106 | 244 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.04 |
| HSL | 268.26º | 0.86% | 0.69% | - |
| HSV(B) | 268.26º | 0.57% | 0.96% | - |
| XYZ | 38.28 | 25.5 | 88.49 | - |
| YUV | 141.17 | 186.03 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 244 | 0.30 | 0.57 | 0 | 0.04 | 268.26 | 0.86 | 0.69 |
| Hex | AB | 6A | F4 | 1E | 39 | 0 | 4 | 10C | 56 | 45 |
| Octal | 253 | 152 | 364 | 36 | 71 | 0 | 4 | 414 | 126 | 105 |
| Binary | 10101011 | 1101010 | 11110100 | 11110 | 111001 | 0 | 100 | 100001100 | 1010110 | 1000101 |
Color Harmonies of #AB6AF4
Complementary color
Monochromatic Colors of #AB6AF4
Black with #AB6AF4
Text Example
Text Example
White with #AB6AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6AF4; }
p { color: rgb(171,106,244); }
H1.HeaderClassName
{
color: #AB6AF4;
}
.AnyTagClassName
{
color: #AB6AF4;
}
</style>
background-color css
<style>
a { background-color: #AB6AF4; }
a { background-color: rgb(171,106,244); }
div.DivClassName
{
background-color: #AB6AF4;
}
.BgClassName
{
background-color: #AB6AF4;
}
</style>
border-color css
<style>
span { border-color: #AB6AF4; }
span { border-color: rgb(171,106,244); }
td.TdClassName
{
border-color: #AB6AF4;
}
.TagClassName
{
border-color: #AB6AF4;
}
</style>