Shades of Medium Purple #AB70FF
Tints of Medium Purple #AB70FF
RGB
CMYK
RGB Variations
Color information
#AB70FF (or 0xAB70FF) is known color: Medium Purple. HEX triplet: AB, 70 and FF. RGB value is (171,112,255). Sum of RGB (Red+Green+Blue) = 171+112+255=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB70FF is #548F00. Grayscale: #919191. Windows color (decimal): -5541633 or 16740523. OLE color: 16740523.
HSL color Cylindrical-coordinate representation of color #AB70FF: hue angle of 264.76º 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 #AB70FF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 112 | 255 | - |
| CMYK | 0.33 | 0.56 | 0 | 0 |
| HSL | 264.76º | 1% | 0.72% | - |
| HSV(B) | 264.76º | 0.56% | 1% | - |
| XYZ | 40.64 | 27.47 | 97.77 | - |
| YUV | 145.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 255 | 0.33 | 0.56 | 0 | 0 | 264.76 | 1 | 0.72 |
| Hex | AB | 70 | FF | 21 | 38 | 0 | 0 | 109 | 64 | 48 |
| Octal | 253 | 160 | 377 | 41 | 70 | 0 | 0 | 411 | 144 | 110 |
| Binary | 10101011 | 1110000 | 11111111 | 100001 | 111000 | 0 | 0 | 100001001 | 1100100 | 1001000 |
Color Harmonies of #AB70FF
Complementary color
Monochromatic Colors of #AB70FF
Black with #AB70FF
Text Example
Text Example
White with #AB70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70FF; }
p { color: rgb(171,112,255); }
H1.HeaderClassName
{
color: #AB70FF;
}
.AnyTagClassName
{
color: #AB70FF;
}
</style>
background-color css
<style>
a { background-color: #AB70FF; }
a { background-color: rgb(171,112,255); }
div.DivClassName
{
background-color: #AB70FF;
}
.BgClassName
{
background-color: #AB70FF;
}
</style>
border-color css
<style>
span { border-color: #AB70FF; }
span { border-color: rgb(171,112,255); }
td.TdClassName
{
border-color: #AB70FF;
}
.TagClassName
{
border-color: #AB70FF;
}
</style>