Shades of Perano #AB9FFF
Tints of Perano #AB9FFF
RGB
CMYK
RGB Variations
Color information
#AB9FFF (or 0xAB9FFF) is known color: Perano. HEX triplet: AB, 9F and FF. RGB value is (171,159,255). Sum of RGB (Red+Green+Blue) = 171+159+255=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9FFF is #546000. Grayscale: #ADADAD. Windows color (decimal): -5529601 or 16752555. OLE color: 16752555.
HSL color Cylindrical-coordinate representation of color #AB9FFF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB9FFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 159 | 255 | - |
| CMYK | 0.33 | 0.38 | 0 | 0 |
| HSL | 247.5º | 1% | 0.81% | - |
| HSV(B) | 247.5º | 0.38% | 1% | - |
| XYZ | 47.24 | 40.67 | 99.97 | - |
| YUV | 173.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 255 | 0.33 | 0.38 | 0 | 0 | 247.5 | 1 | 0.81 |
| Hex | AB | 9F | FF | 21 | 26 | 0 | 0 | F8 | 64 | 51 |
| Octal | 253 | 237 | 377 | 41 | 46 | 0 | 0 | 370 | 144 | 121 |
| Binary | 10101011 | 10011111 | 11111111 | 100001 | 100110 | 0 | 0 | 11111000 | 1100100 | 1010001 |
Color Harmonies of #AB9FFF
Complementary color
Monochromatic Colors of #AB9FFF
Black with #AB9FFF
Text Example
Text Example
White with #AB9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FFF; }
p { color: rgb(171,159,255); }
H1.HeaderClassName
{
color: #AB9FFF;
}
.AnyTagClassName
{
color: #AB9FFF;
}
</style>
background-color css
<style>
a { background-color: #AB9FFF; }
a { background-color: rgb(171,159,255); }
div.DivClassName
{
background-color: #AB9FFF;
}
.BgClassName
{
background-color: #AB9FFF;
}
</style>
border-color css
<style>
span { border-color: #AB9FFF; }
span { border-color: rgb(171,159,255); }
td.TdClassName
{
border-color: #AB9FFF;
}
.TagClassName
{
border-color: #AB9FFF;
}
</style>