Shades of Medium Purple #AB68E9
Tints of Medium Purple #AB68E9
RGB
CMYK
RGB Variations
Color information
#AB68E9 (or 0xAB68E9) is known color: Medium Purple. HEX triplet: AB, 68 and E9. RGB value is (171,104,233). Sum of RGB (Red+Green+Blue) = 171+104+233=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB68E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68E9 is #549716. Grayscale: #8A8A8A. Windows color (decimal): -5543703 or 15296683. OLE color: 15296683.
HSL color Cylindrical-coordinate representation of color #AB68E9: hue angle of 271.16º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB68E9 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 104 | 233 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.09 |
| HSL | 271.16º | 0.75% | 0.66% | - |
| HSV(B) | 271.16º | 0.55% | 0.91% | - |
| XYZ | 36.45 | 24.44 | 79.89 | - |
| YUV | 138.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 233 | 0.27 | 0.55 | 0 | 0.09 | 271.16 | 0.75 | 0.66 |
| Hex | AB | 68 | E9 | 1B | 37 | 0 | 9 | 10F | 4B | 42 |
| Octal | 253 | 150 | 351 | 33 | 67 | 0 | 11 | 417 | 113 | 102 |
| Binary | 10101011 | 1101000 | 11101001 | 11011 | 110111 | 0 | 1001 | 100001111 | 1001011 | 1000010 |
Color Harmonies of #AB68E9
Complementary color
Monochromatic Colors of #AB68E9
Black with #AB68E9
Text Example
Text Example
White with #AB68E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68E9; }
p { color: rgb(171,104,233); }
H1.HeaderClassName
{
color: #AB68E9;
}
.AnyTagClassName
{
color: #AB68E9;
}
</style>
background-color css
<style>
a { background-color: #AB68E9; }
a { background-color: rgb(171,104,233); }
div.DivClassName
{
background-color: #AB68E9;
}
.BgClassName
{
background-color: #AB68E9;
}
</style>
border-color css
<style>
span { border-color: #AB68E9; }
span { border-color: rgb(171,104,233); }
td.TdClassName
{
border-color: #AB68E9;
}
.TagClassName
{
border-color: #AB68E9;
}
</style>