Shades of Medium Purple #AB6FFD
Tints of Medium Purple #AB6FFD
RGB
CMYK
RGB Variations
Color information
#AB6FFD (or 0xAB6FFD) is known color: Medium Purple. HEX triplet: AB, 6F and FD. RGB value is (171,111,253). Sum of RGB (Red+Green+Blue) = 171+111+253=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FFD is #549002. Grayscale: #909090. Windows color (decimal): -5541891 or 16609195. OLE color: 16609195.
HSL color Cylindrical-coordinate representation of color #AB6FFD: hue angle of 265.35º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB6FFD is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 111 | 253 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.01 |
| HSL | 265.35º | 0.97% | 0.71% | - |
| HSV(B) | 265.35º | 0.56% | 0.99% | - |
| XYZ | 40.21 | 27.12 | 96.04 | - |
| YUV | 145.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 253 | 0.32 | 0.56 | 0 | 0.01 | 265.35 | 0.97 | 0.71 |
| Hex | AB | 6F | FD | 20 | 38 | 0 | 1 | 109 | 61 | 47 |
| Octal | 253 | 157 | 375 | 40 | 70 | 0 | 1 | 411 | 141 | 107 |
| Binary | 10101011 | 1101111 | 11111101 | 100000 | 111000 | 0 | 1 | 100001001 | 1100001 | 1000111 |
Color Harmonies of #AB6FFD
Complementary color
Monochromatic Colors of #AB6FFD
Black with #AB6FFD
Text Example
Text Example
White with #AB6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FFD; }
p { color: rgb(171,111,253); }
H1.HeaderClassName
{
color: #AB6FFD;
}
.AnyTagClassName
{
color: #AB6FFD;
}
</style>
background-color css
<style>
a { background-color: #AB6FFD; }
a { background-color: rgb(171,111,253); }
div.DivClassName
{
background-color: #AB6FFD;
}
.BgClassName
{
background-color: #AB6FFD;
}
</style>
border-color css
<style>
span { border-color: #AB6FFD; }
span { border-color: rgb(171,111,253); }
td.TdClassName
{
border-color: #AB6FFD;
}
.TagClassName
{
border-color: #AB6FFD;
}
</style>