Shades of Perano #ABA0FE
Tints of Perano #ABA0FE
RGB
CMYK
RGB Variations
Color information
#ABA0FE (or 0xABA0FE) is known color: Perano. HEX triplet: AB, A0 and FE. RGB value is (171,160,254). Sum of RGB (Red+Green+Blue) = 171+160+254=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABA0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0FE is #545F01. Grayscale: #ADADAD. Windows color (decimal): -5529346 or 16687275. OLE color: 16687275.
HSL color Cylindrical-coordinate representation of color #ABA0FE: hue angle of 247.02º 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 #ABA0FE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 160 | 254 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.00 |
| HSL | 247.02º | 0.98% | 0.81% | - |
| HSV(B) | 247.02º | 0.37% | 1% | - |
| XYZ | 47.25 | 40.96 | 99.18 | - |
| YUV | 174.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 254 | 0.33 | 0.37 | 0 | 0.00 | 247.02 | 0.98 | 0.81 |
| Hex | AB | A0 | FE | 21 | 25 | 0 | 0 | F7 | 62 | 51 |
| Octal | 253 | 240 | 376 | 41 | 45 | 0 | 0 | 367 | 142 | 121 |
| Binary | 10101011 | 10100000 | 11111110 | 100001 | 100101 | 0 | 0 | 11110111 | 1100010 | 1010001 |
Color Harmonies of #ABA0FE
Complementary color
Monochromatic Colors of #ABA0FE
Black with #ABA0FE
Text Example
Text Example
White with #ABA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0FE; }
p { color: rgb(171,160,254); }
H1.HeaderClassName
{
color: #ABA0FE;
}
.AnyTagClassName
{
color: #ABA0FE;
}
</style>
background-color css
<style>
a { background-color: #ABA0FE; }
a { background-color: rgb(171,160,254); }
div.DivClassName
{
background-color: #ABA0FE;
}
.BgClassName
{
background-color: #ABA0FE;
}
</style>
border-color css
<style>
span { border-color: #ABA0FE; }
span { border-color: rgb(171,160,254); }
td.TdClassName
{
border-color: #ABA0FE;
}
.TagClassName
{
border-color: #ABA0FE;
}
</style>