Shades of Medium Purple #AB66FF
Tints of Medium Purple #AB66FF
RGB
CMYK
RGB Variations
Color information
#AB66FF (or 0xAB66FF) is known color: Medium Purple. HEX triplet: AB, 66 and FF. RGB value is (171,102,255). Sum of RGB (Red+Green+Blue) = 171+102+255=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66FF is #549900. Grayscale: #8B8B8B. Windows color (decimal): -5544193 or 16737963. OLE color: 16737963.
HSL color Cylindrical-coordinate representation of color #AB66FF: hue angle of 267.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB66FF is Cyan = 0.33, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 102 | 255 | - |
| CMYK | 0.33 | 0.6 | 0 | 0 |
| HSL | 267.06º | 1% | 0.7% | - |
| HSV(B) | 267.06º | 0.6% | 1% | - |
| XYZ | 39.6 | 25.38 | 97.42 | - |
| YUV | 140.07 | 192.86 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 255 | 0.33 | 0.6 | 0 | 0 | 267.06 | 1 | 0.7 |
| Hex | AB | 66 | FF | 21 | 3C | 0 | 0 | 10B | 64 | 46 |
| Octal | 253 | 146 | 377 | 41 | 74 | 0 | 0 | 413 | 144 | 106 |
| Binary | 10101011 | 1100110 | 11111111 | 100001 | 111100 | 0 | 0 | 100001011 | 1100100 | 1000110 |
Color Harmonies of #AB66FF
Complementary color
Monochromatic Colors of #AB66FF
Black with #AB66FF
Text Example
Text Example
White with #AB66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66FF; }
p { color: rgb(171,102,255); }
H1.HeaderClassName
{
color: #AB66FF;
}
.AnyTagClassName
{
color: #AB66FF;
}
</style>
background-color css
<style>
a { background-color: #AB66FF; }
a { background-color: rgb(171,102,255); }
div.DivClassName
{
background-color: #AB66FF;
}
.BgClassName
{
background-color: #AB66FF;
}
</style>
border-color css
<style>
span { border-color: #AB66FF; }
span { border-color: rgb(171,102,255); }
td.TdClassName
{
border-color: #AB66FF;
}
.TagClassName
{
border-color: #AB66FF;
}
</style>