Shades of Perano #ABA1FE
Tints of Perano #ABA1FE
RGB
CMYK
RGB Variations
Color information
#ABA1FE (or 0xABA1FE) is known color: Perano. HEX triplet: AB, A1 and FE. RGB value is (171,161,254). Sum of RGB (Red+Green+Blue) = 171+161+254=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABA1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA1FE is #545E01. Grayscale: #AEAEAE. Windows color (decimal): -5529090 or 16687531. OLE color: 16687531.
HSL color Cylindrical-coordinate representation of color #ABA1FE: hue angle of 246.45º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABA1FE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 161 | 254 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.00 |
| HSL | 246.45º | 0.98% | 0.81% | - |
| HSV(B) | 246.45º | 0.37% | 1% | - |
| XYZ | 47.43 | 41.3 | 99.24 | - |
| YUV | 174.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 254 | 0.33 | 0.37 | 0 | 0.00 | 246.45 | 0.98 | 0.81 |
| Hex | AB | A1 | FE | 21 | 25 | 0 | 0 | F6 | 62 | 51 |
| Octal | 253 | 241 | 376 | 41 | 45 | 0 | 0 | 366 | 142 | 121 |
| Binary | 10101011 | 10100001 | 11111110 | 100001 | 100101 | 0 | 0 | 11110110 | 1100010 | 1010001 |
Color Harmonies of #ABA1FE
Complementary color
Monochromatic Colors of #ABA1FE
Black with #ABA1FE
Text Example
Text Example
White with #ABA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1FE; }
p { color: rgb(171,161,254); }
H1.HeaderClassName
{
color: #ABA1FE;
}
.AnyTagClassName
{
color: #ABA1FE;
}
</style>
background-color css
<style>
a { background-color: #ABA1FE; }
a { background-color: rgb(171,161,254); }
div.DivClassName
{
background-color: #ABA1FE;
}
.BgClassName
{
background-color: #ABA1FE;
}
</style>
border-color css
<style>
span { border-color: #ABA1FE; }
span { border-color: rgb(171,161,254); }
td.TdClassName
{
border-color: #ABA1FE;
}
.TagClassName
{
border-color: #ABA1FE;
}
</style>