Shades of Medium Purple #AB66FA
Tints of Medium Purple #AB66FA
RGB
CMYK
RGB Variations
Color information
#AB66FA (or 0xAB66FA) is known color: Medium Purple. HEX triplet: AB, 66 and FA. RGB value is (171,102,250). Sum of RGB (Red+Green+Blue) = 171+102+250=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB66FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66FA is #549905. Grayscale: #8A8A8A. Windows color (decimal): -5544198 or 16410283. OLE color: 16410283.
HSL color Cylindrical-coordinate representation of color #AB66FA: hue angle of 267.97º 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 #AB66FA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 102 | 250 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.02 |
| HSL | 267.97º | 0.94% | 0.69% | - |
| HSV(B) | 267.97º | 0.59% | 0.98% | - |
| XYZ | 38.8 | 25.06 | 93.24 | - |
| YUV | 139.5 | 190.36 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 250 | 0.32 | 0.59 | 0 | 0.02 | 267.97 | 0.94 | 0.69 |
| Hex | AB | 66 | FA | 20 | 3B | 0 | 2 | 10C | 5E | 45 |
| Octal | 253 | 146 | 372 | 40 | 73 | 0 | 2 | 414 | 136 | 105 |
| Binary | 10101011 | 1100110 | 11111010 | 100000 | 111011 | 0 | 10 | 100001100 | 1011110 | 1000101 |
Color Harmonies of #AB66FA
Complementary color
Monochromatic Colors of #AB66FA
Black with #AB66FA
Text Example
Text Example
White with #AB66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66FA; }
p { color: rgb(171,102,250); }
H1.HeaderClassName
{
color: #AB66FA;
}
.AnyTagClassName
{
color: #AB66FA;
}
</style>
background-color css
<style>
a { background-color: #AB66FA; }
a { background-color: rgb(171,102,250); }
div.DivClassName
{
background-color: #AB66FA;
}
.BgClassName
{
background-color: #AB66FA;
}
</style>
border-color css
<style>
span { border-color: #AB66FA; }
span { border-color: rgb(171,102,250); }
td.TdClassName
{
border-color: #AB66FA;
}
.TagClassName
{
border-color: #AB66FA;
}
</style>