Shades of Medium Purple #AB68ED
Tints of Medium Purple #AB68ED
RGB
CMYK
RGB Variations
Color information
#AB68ED (or 0xAB68ED) is known color: Medium Purple. HEX triplet: AB, 68 and ED. RGB value is (171,104,237). Sum of RGB (Red+Green+Blue) = 171+104+237=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB68ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68ED is #549712. Grayscale: #8A8A8A. Windows color (decimal): -5543699 or 15558827. OLE color: 15558827.
HSL color Cylindrical-coordinate representation of color #AB68ED: hue angle of 270.23º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB68ED is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 104 | 237 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.07 |
| HSL | 270.23º | 0.79% | 0.67% | - |
| HSV(B) | 270.23º | 0.56% | 0.93% | - |
| XYZ | 37.03 | 24.67 | 82.93 | - |
| YUV | 139.2 | 183.2 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 237 | 0.28 | 0.56 | 0 | 0.07 | 270.23 | 0.79 | 0.67 |
| Hex | AB | 68 | ED | 1C | 38 | 0 | 7 | 10E | 4F | 43 |
| Octal | 253 | 150 | 355 | 34 | 70 | 0 | 7 | 416 | 117 | 103 |
| Binary | 10101011 | 1101000 | 11101101 | 11100 | 111000 | 0 | 111 | 100001110 | 1001111 | 1000011 |
Color Harmonies of #AB68ED
Complementary color
Monochromatic Colors of #AB68ED
Black with #AB68ED
Text Example
Text Example
White with #AB68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68ED; }
p { color: rgb(171,104,237); }
H1.HeaderClassName
{
color: #AB68ED;
}
.AnyTagClassName
{
color: #AB68ED;
}
</style>
background-color css
<style>
a { background-color: #AB68ED; }
a { background-color: rgb(171,104,237); }
div.DivClassName
{
background-color: #AB68ED;
}
.BgClassName
{
background-color: #AB68ED;
}
</style>
border-color css
<style>
span { border-color: #AB68ED; }
span { border-color: rgb(171,104,237); }
td.TdClassName
{
border-color: #AB68ED;
}
.TagClassName
{
border-color: #AB68ED;
}
</style>