Shades of Medium Purple #AB65FF
Tints of Medium Purple #AB65FF
RGB
CMYK
RGB Variations
Color information
#AB65FF (or 0xAB65FF) is known color: Medium Purple. HEX triplet: AB, 65 and FF. RGB value is (171,101,255). Sum of RGB (Red+Green+Blue) = 171+101+255=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB65FF is #549A00. Grayscale: #8A8A8A. Windows color (decimal): -5544449 or 16737707. OLE color: 16737707.
HSL color Cylindrical-coordinate representation of color #AB65FF: hue angle of 267.27º 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 #AB65FF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 101 | 255 | - |
| CMYK | 0.33 | 0.60 | 0 | 0 |
| HSL | 267.27º | 1% | 0.7% | - |
| HSV(B) | 267.27º | 0.6% | 1% | - |
| XYZ | 39.5 | 25.19 | 97.39 | - |
| YUV | 139.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 255 | 0.33 | 0.60 | 0 | 0 | 267.27 | 1 | 0.7 |
| Hex | AB | 65 | FF | 21 | 3C | 0 | 0 | 10B | 64 | 46 |
| Octal | 253 | 145 | 377 | 41 | 74 | 0 | 0 | 413 | 144 | 106 |
| Binary | 10101011 | 1100101 | 11111111 | 100001 | 111100 | 0 | 0 | 100001011 | 1100100 | 1000110 |
Color Harmonies of #AB65FF
Complementary color
Monochromatic Colors of #AB65FF
Black with #AB65FF
Text Example
Text Example
White with #AB65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65FF; }
p { color: rgb(171,101,255); }
H1.HeaderClassName
{
color: #AB65FF;
}
.AnyTagClassName
{
color: #AB65FF;
}
</style>
background-color css
<style>
a { background-color: #AB65FF; }
a { background-color: rgb(171,101,255); }
div.DivClassName
{
background-color: #AB65FF;
}
.BgClassName
{
background-color: #AB65FF;
}
</style>
border-color css
<style>
span { border-color: #AB65FF; }
span { border-color: rgb(171,101,255); }
td.TdClassName
{
border-color: #AB65FF;
}
.TagClassName
{
border-color: #AB65FF;
}
</style>