Shades of Medium Purple #AB65FE
Tints of Medium Purple #AB65FE
RGB
CMYK
RGB Variations
Color information
#AB65FE (or 0xAB65FE) is known color: Medium Purple. HEX triplet: AB, 65 and FE. RGB value is (171,101,254). Sum of RGB (Red+Green+Blue) = 171+101+254=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB65FE is #549A01. Grayscale: #8A8A8A. Windows color (decimal): -5544450 or 16672171. OLE color: 16672171.
HSL color Cylindrical-coordinate representation of color #AB65FE: hue angle of 267.45º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB65FE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 101 | 254 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.00 |
| HSL | 267.45º | 0.99% | 0.7% | - |
| HSV(B) | 267.45º | 0.6% | 1% | - |
| XYZ | 39.34 | 25.12 | 96.54 | - |
| YUV | 139.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 254 | 0.33 | 0.60 | 0 | 0.00 | 267.45 | 0.99 | 0.7 |
| Hex | AB | 65 | FE | 21 | 3C | 0 | 0 | 10B | 63 | 46 |
| Octal | 253 | 145 | 376 | 41 | 74 | 0 | 0 | 413 | 143 | 106 |
| Binary | 10101011 | 1100101 | 11111110 | 100001 | 111100 | 0 | 0 | 100001011 | 1100011 | 1000110 |
Color Harmonies of #AB65FE
Complementary color
Monochromatic Colors of #AB65FE
Black with #AB65FE
Text Example
Text Example
White with #AB65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65FE; }
p { color: rgb(171,101,254); }
H1.HeaderClassName
{
color: #AB65FE;
}
.AnyTagClassName
{
color: #AB65FE;
}
</style>
background-color css
<style>
a { background-color: #AB65FE; }
a { background-color: rgb(171,101,254); }
div.DivClassName
{
background-color: #AB65FE;
}
.BgClassName
{
background-color: #AB65FE;
}
</style>
border-color css
<style>
span { border-color: #AB65FE; }
span { border-color: rgb(171,101,254); }
td.TdClassName
{
border-color: #AB65FE;
}
.TagClassName
{
border-color: #AB65FE;
}
</style>