Shades of Medium Purple #AB67FA
Tints of Medium Purple #AB67FA
RGB
CMYK
RGB Variations
Color information
#AB67FA (or 0xAB67FA) is known color: Medium Purple. HEX triplet: AB, 67 and FA. RGB value is (171,103,250). Sum of RGB (Red+Green+Blue) = 171+103+250=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB67FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67FA is #549805. Grayscale: #8B8B8B. Windows color (decimal): -5543942 or 16410539. OLE color: 16410539.
HSL color Cylindrical-coordinate representation of color #AB67FA: hue angle of 267.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB67FA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 103 | 250 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.02 |
| HSL | 267.76º | 0.94% | 0.69% | - |
| HSV(B) | 267.76º | 0.59% | 0.98% | - |
| XYZ | 38.9 | 25.26 | 93.27 | - |
| YUV | 140.09 | 190.03 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 250 | 0.32 | 0.59 | 0 | 0.02 | 267.76 | 0.94 | 0.69 |
| Hex | AB | 67 | FA | 20 | 3B | 0 | 2 | 10C | 5E | 45 |
| Octal | 253 | 147 | 372 | 40 | 73 | 0 | 2 | 414 | 136 | 105 |
| Binary | 10101011 | 1100111 | 11111010 | 100000 | 111011 | 0 | 10 | 100001100 | 1011110 | 1000101 |
Color Harmonies of #AB67FA
Complementary color
Monochromatic Colors of #AB67FA
Black with #AB67FA
Text Example
Text Example
White with #AB67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67FA; }
p { color: rgb(171,103,250); }
H1.HeaderClassName
{
color: #AB67FA;
}
.AnyTagClassName
{
color: #AB67FA;
}
</style>
background-color css
<style>
a { background-color: #AB67FA; }
a { background-color: rgb(171,103,250); }
div.DivClassName
{
background-color: #AB67FA;
}
.BgClassName
{
background-color: #AB67FA;
}
</style>
border-color css
<style>
span { border-color: #AB67FA; }
span { border-color: rgb(171,103,250); }
td.TdClassName
{
border-color: #AB67FA;
}
.TagClassName
{
border-color: #AB67FA;
}
</style>