Shades of Medium Purple #AB67EF
Tints of Medium Purple #AB67EF
RGB
CMYK
RGB Variations
Color information
#AB67EF (or 0xAB67EF) is known color: Medium Purple. HEX triplet: AB, 67 and EF. RGB value is (171,103,239). Sum of RGB (Red+Green+Blue) = 171+103+239=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB67EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67EF is #549810. Grayscale: #8A8A8A. Windows color (decimal): -5543953 or 15689643. OLE color: 15689643.
HSL color Cylindrical-coordinate representation of color #AB67EF: hue angle of 270º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB67EF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 103 | 239 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.06 |
| HSL | 270º | 0.81% | 0.67% | - |
| HSV(B) | 270º | 0.57% | 0.94% | - |
| XYZ | 37.22 | 24.59 | 84.45 | - |
| YUV | 138.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 239 | 0.28 | 0.57 | 0 | 0.06 | 270 | 0.81 | 0.67 |
| Hex | AB | 67 | EF | 1C | 39 | 0 | 6 | 10E | 51 | 43 |
| Octal | 253 | 147 | 357 | 34 | 71 | 0 | 6 | 416 | 121 | 103 |
| Binary | 10101011 | 1100111 | 11101111 | 11100 | 111001 | 0 | 110 | 100001110 | 1010001 | 1000011 |
Color Harmonies of #AB67EF
Complementary color
Monochromatic Colors of #AB67EF
Black with #AB67EF
Text Example
Text Example
White with #AB67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67EF; }
p { color: rgb(171,103,239); }
H1.HeaderClassName
{
color: #AB67EF;
}
.AnyTagClassName
{
color: #AB67EF;
}
</style>
background-color css
<style>
a { background-color: #AB67EF; }
a { background-color: rgb(171,103,239); }
div.DivClassName
{
background-color: #AB67EF;
}
.BgClassName
{
background-color: #AB67EF;
}
</style>
border-color css
<style>
span { border-color: #AB67EF; }
span { border-color: rgb(171,103,239); }
td.TdClassName
{
border-color: #AB67EF;
}
.TagClassName
{
border-color: #AB67EF;
}
</style>