Shades of Medium Purple #AB69FF
Tints of Medium Purple #AB69FF
RGB
CMYK
RGB Variations
Color information
#AB69FF (or 0xAB69FF) is known color: Medium Purple. HEX triplet: AB, 69 and FF. RGB value is (171,105,255). Sum of RGB (Red+Green+Blue) = 171+105+255=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB69FF is #549600. Grayscale: #8D8D8D. Windows color (decimal): -5543425 or 16738731. OLE color: 16738731.
HSL color Cylindrical-coordinate representation of color #AB69FF: hue angle of 266.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB69FF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 105 | 255 | - |
| CMYK | 0.33 | 0.59 | 0 | 0 |
| HSL | 266.4º | 1% | 0.71% | - |
| HSV(B) | 266.4º | 0.59% | 1% | - |
| XYZ | 39.9 | 25.98 | 97.52 | - |
| YUV | 141.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 255 | 0.33 | 0.59 | 0 | 0 | 266.4 | 1 | 0.71 |
| Hex | AB | 69 | FF | 21 | 3B | 0 | 0 | 10A | 64 | 47 |
| Octal | 253 | 151 | 377 | 41 | 73 | 0 | 0 | 412 | 144 | 107 |
| Binary | 10101011 | 1101001 | 11111111 | 100001 | 111011 | 0 | 0 | 100001010 | 1100100 | 1000111 |
Color Harmonies of #AB69FF
Complementary color
Monochromatic Colors of #AB69FF
Black with #AB69FF
Text Example
Text Example
White with #AB69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69FF; }
p { color: rgb(171,105,255); }
H1.HeaderClassName
{
color: #AB69FF;
}
.AnyTagClassName
{
color: #AB69FF;
}
</style>
background-color css
<style>
a { background-color: #AB69FF; }
a { background-color: rgb(171,105,255); }
div.DivClassName
{
background-color: #AB69FF;
}
.BgClassName
{
background-color: #AB69FF;
}
</style>
border-color css
<style>
span { border-color: #AB69FF; }
span { border-color: rgb(171,105,255); }
td.TdClassName
{
border-color: #AB69FF;
}
.TagClassName
{
border-color: #AB69FF;
}
</style>