Shades of Medium Purple #AB69FE
Tints of Medium Purple #AB69FE
RGB
CMYK
RGB Variations
Color information
#AB69FE (or 0xAB69FE) is known color: Medium Purple. HEX triplet: AB, 69 and FE. RGB value is (171,105,254). Sum of RGB (Red+Green+Blue) = 171+105+254=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB69FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB69FE is #549601. Grayscale: #8D8D8D. Windows color (decimal): -5543426 or 16673195. OLE color: 16673195.
HSL color Cylindrical-coordinate representation of color #AB69FE: hue angle of 266.58º 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 #AB69FE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 105 | 254 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.00 |
| HSL | 266.58º | 0.99% | 0.7% | - |
| HSV(B) | 266.58º | 0.59% | 1% | - |
| XYZ | 39.74 | 25.92 | 96.67 | - |
| YUV | 141.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 254 | 0.33 | 0.59 | 0 | 0.00 | 266.58 | 0.99 | 0.7 |
| Hex | AB | 69 | FE | 21 | 3B | 0 | 0 | 10B | 63 | 46 |
| Octal | 253 | 151 | 376 | 41 | 73 | 0 | 0 | 413 | 143 | 106 |
| Binary | 10101011 | 1101001 | 11111110 | 100001 | 111011 | 0 | 0 | 100001011 | 1100011 | 1000110 |
Color Harmonies of #AB69FE
Complementary color
Monochromatic Colors of #AB69FE
Black with #AB69FE
Text Example
Text Example
White with #AB69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69FE; }
p { color: rgb(171,105,254); }
H1.HeaderClassName
{
color: #AB69FE;
}
.AnyTagClassName
{
color: #AB69FE;
}
</style>
background-color css
<style>
a { background-color: #AB69FE; }
a { background-color: rgb(171,105,254); }
div.DivClassName
{
background-color: #AB69FE;
}
.BgClassName
{
background-color: #AB69FE;
}
</style>
border-color css
<style>
span { border-color: #AB69FE; }
span { border-color: rgb(171,105,254); }
td.TdClassName
{
border-color: #AB69FE;
}
.TagClassName
{
border-color: #AB69FE;
}
</style>