Shades of Medium Purple #AB6DF5
Tints of Medium Purple #AB6DF5
RGB
CMYK
RGB Variations
Color information
#AB6DF5 (or 0xAB6DF5) is known color: Medium Purple. HEX triplet: AB, 6D and F5. RGB value is (171,109,245). Sum of RGB (Red+Green+Blue) = 171+109+245=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB6DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6DF5 is #54920A. Grayscale: #8E8E8E. Windows color (decimal): -5542411 or 16084395. OLE color: 16084395.
HSL color Cylindrical-coordinate representation of color #AB6DF5: hue angle of 267.35º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB6DF5 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 109 | 245 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.04 |
| HSL | 267.35º | 0.87% | 0.69% | - |
| HSV(B) | 267.35º | 0.56% | 0.96% | - |
| XYZ | 38.74 | 26.19 | 89.4 | - |
| YUV | 143.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 245 | 0.30 | 0.56 | 0 | 0.04 | 267.35 | 0.87 | 0.69 |
| Hex | AB | 6D | F5 | 1E | 38 | 0 | 4 | 10B | 57 | 45 |
| Octal | 253 | 155 | 365 | 36 | 70 | 0 | 4 | 413 | 127 | 105 |
| Binary | 10101011 | 1101101 | 11110101 | 11110 | 111000 | 0 | 100 | 100001011 | 1010111 | 1000101 |
Color Harmonies of #AB6DF5
Complementary color
Monochromatic Colors of #AB6DF5
Black with #AB6DF5
Text Example
Text Example
White with #AB6DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DF5; }
p { color: rgb(171,109,245); }
H1.HeaderClassName
{
color: #AB6DF5;
}
.AnyTagClassName
{
color: #AB6DF5;
}
</style>
background-color css
<style>
a { background-color: #AB6DF5; }
a { background-color: rgb(171,109,245); }
div.DivClassName
{
background-color: #AB6DF5;
}
.BgClassName
{
background-color: #AB6DF5;
}
</style>
border-color css
<style>
span { border-color: #AB6DF5; }
span { border-color: rgb(171,109,245); }
td.TdClassName
{
border-color: #AB6DF5;
}
.TagClassName
{
border-color: #AB6DF5;
}
</style>