Shades of Medium Purple #AB67FE
Tints of Medium Purple #AB67FE
RGB
CMYK
RGB Variations
Color information
#AB67FE (or 0xAB67FE) is known color: Medium Purple. HEX triplet: AB, 67 and FE. RGB value is (171,103,254). Sum of RGB (Red+Green+Blue) = 171+103+254=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB67FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67FE is #549801. Grayscale: #8C8C8C. Windows color (decimal): -5543938 or 16672683. OLE color: 16672683.
HSL color Cylindrical-coordinate representation of color #AB67FE: hue angle of 267.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB67FE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 103 | 254 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.00 |
| HSL | 267.02º | 0.99% | 0.7% | - |
| HSV(B) | 267.02º | 0.59% | 1% | - |
| XYZ | 39.53 | 25.51 | 96.61 | - |
| YUV | 140.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 254 | 0.33 | 0.59 | 0 | 0.00 | 267.02 | 0.99 | 0.7 |
| Hex | AB | 67 | FE | 21 | 3B | 0 | 0 | 10B | 63 | 46 |
| Octal | 253 | 147 | 376 | 41 | 73 | 0 | 0 | 413 | 143 | 106 |
| Binary | 10101011 | 1100111 | 11111110 | 100001 | 111011 | 0 | 0 | 100001011 | 1100011 | 1000110 |
Color Harmonies of #AB67FE
Complementary color
Monochromatic Colors of #AB67FE
Black with #AB67FE
Text Example
Text Example
White with #AB67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67FE; }
p { color: rgb(171,103,254); }
H1.HeaderClassName
{
color: #AB67FE;
}
.AnyTagClassName
{
color: #AB67FE;
}
</style>
background-color css
<style>
a { background-color: #AB67FE; }
a { background-color: rgb(171,103,254); }
div.DivClassName
{
background-color: #AB67FE;
}
.BgClassName
{
background-color: #AB67FE;
}
</style>
border-color css
<style>
span { border-color: #AB67FE; }
span { border-color: rgb(171,103,254); }
td.TdClassName
{
border-color: #AB67FE;
}
.TagClassName
{
border-color: #AB67FE;
}
</style>