Shades of Medium Purple #AB6FFF
Tints of Medium Purple #AB6FFF
RGB
CMYK
RGB Variations
Color information
#AB6FFF (or 0xAB6FFF) is known color: Medium Purple. HEX triplet: AB, 6F and FF. RGB value is (171,111,255). Sum of RGB (Red+Green+Blue) = 171+111+255=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FFF is #549000. Grayscale: #909090. Windows color (decimal): -5541889 or 16740267. OLE color: 16740267.
HSL color Cylindrical-coordinate representation of color #AB6FFF: hue angle of 265º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB6FFF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 111 | 255 | - |
| CMYK | 0.33 | 0.56 | 0 | 0 |
| HSL | 265º | 1% | 0.72% | - |
| HSV(B) | 265º | 0.56% | 1% | - |
| XYZ | 40.53 | 27.25 | 97.73 | - |
| YUV | 145.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 255 | 0.33 | 0.56 | 0 | 0 | 265 | 1 | 0.72 |
| Hex | AB | 6F | FF | 21 | 38 | 0 | 0 | 109 | 64 | 48 |
| Octal | 253 | 157 | 377 | 41 | 70 | 0 | 0 | 411 | 144 | 110 |
| Binary | 10101011 | 1101111 | 11111111 | 100001 | 111000 | 0 | 0 | 100001001 | 1100100 | 1001000 |
Color Harmonies of #AB6FFF
Complementary color
Monochromatic Colors of #AB6FFF
Black with #AB6FFF
Text Example
Text Example
White with #AB6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FFF; }
p { color: rgb(171,111,255); }
H1.HeaderClassName
{
color: #AB6FFF;
}
.AnyTagClassName
{
color: #AB6FFF;
}
</style>
background-color css
<style>
a { background-color: #AB6FFF; }
a { background-color: rgb(171,111,255); }
div.DivClassName
{
background-color: #AB6FFF;
}
.BgClassName
{
background-color: #AB6FFF;
}
</style>
border-color css
<style>
span { border-color: #AB6FFF; }
span { border-color: rgb(171,111,255); }
td.TdClassName
{
border-color: #AB6FFF;
}
.TagClassName
{
border-color: #AB6FFF;
}
</style>