Shades of Perano #AB9EFF
Tints of Perano #AB9EFF
RGB
CMYK
RGB Variations
Color information
#AB9EFF (or 0xAB9EFF) is known color: Perano. HEX triplet: AB, 9E and FF. RGB value is (171,158,255). Sum of RGB (Red+Green+Blue) = 171+158+255=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EFF is #546100. Grayscale: #ACACAC. Windows color (decimal): -5529857 or 16752299. OLE color: 16752299.
HSL color Cylindrical-coordinate representation of color #AB9EFF: hue angle of 248.04º 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 #AB9EFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 158 | 255 | - |
| CMYK | 0.33 | 0.38 | 0 | 0 |
| HSL | 248.04º | 1% | 0.81% | - |
| HSV(B) | 248.04º | 0.38% | 1% | - |
| XYZ | 47.07 | 40.33 | 99.91 | - |
| YUV | 172.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 255 | 0.33 | 0.38 | 0 | 0 | 248.04 | 1 | 0.81 |
| Hex | AB | 9E | FF | 21 | 26 | 0 | 0 | F8 | 64 | 51 |
| Octal | 253 | 236 | 377 | 41 | 46 | 0 | 0 | 370 | 144 | 121 |
| Binary | 10101011 | 10011110 | 11111111 | 100001 | 100110 | 0 | 0 | 11111000 | 1100100 | 1010001 |
Color Harmonies of #AB9EFF
Complementary color
Monochromatic Colors of #AB9EFF
Black with #AB9EFF
Text Example
Text Example
White with #AB9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EFF; }
p { color: rgb(171,158,255); }
H1.HeaderClassName
{
color: #AB9EFF;
}
.AnyTagClassName
{
color: #AB9EFF;
}
</style>
background-color css
<style>
a { background-color: #AB9EFF; }
a { background-color: rgb(171,158,255); }
div.DivClassName
{
background-color: #AB9EFF;
}
.BgClassName
{
background-color: #AB9EFF;
}
</style>
border-color css
<style>
span { border-color: #AB9EFF; }
span { border-color: rgb(171,158,255); }
td.TdClassName
{
border-color: #AB9EFF;
}
.TagClassName
{
border-color: #AB9EFF;
}
</style>