Shades of Perano #ABA7FE
Tints of Perano #ABA7FE
RGB
CMYK
RGB Variations
Color information
#ABA7FE (or 0xABA7FE) is known color: Perano. HEX triplet: AB, A7 and FE. RGB value is (171,167,254). Sum of RGB (Red+Green+Blue) = 171+167+254=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABA7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7FE is #545801. Grayscale: #B1B1B1. Windows color (decimal): -5527554 or 16689067. OLE color: 16689067.
HSL color Cylindrical-coordinate representation of color #ABA7FE: hue angle of 242.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA7FE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 167 | 254 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.00 |
| HSL | 242.76º | 0.98% | 0.83% | - |
| HSV(B) | 242.76º | 0.34% | 1% | - |
| XYZ | 48.5 | 43.45 | 99.6 | - |
| YUV | 178.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 254 | 0.33 | 0.34 | 0 | 0.00 | 242.76 | 0.98 | 0.83 |
| Hex | AB | A7 | FE | 21 | 22 | 0 | 0 | F3 | 62 | 53 |
| Octal | 253 | 247 | 376 | 41 | 42 | 0 | 0 | 363 | 142 | 123 |
| Binary | 10101011 | 10100111 | 11111110 | 100001 | 100010 | 0 | 0 | 11110011 | 1100010 | 1010011 |
Color Harmonies of #ABA7FE
Complementary color
Monochromatic Colors of #ABA7FE
Black with #ABA7FE
Text Example
Text Example
White with #ABA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7FE; }
p { color: rgb(171,167,254); }
H1.HeaderClassName
{
color: #ABA7FE;
}
.AnyTagClassName
{
color: #ABA7FE;
}
</style>
background-color css
<style>
a { background-color: #ABA7FE; }
a { background-color: rgb(171,167,254); }
div.DivClassName
{
background-color: #ABA7FE;
}
.BgClassName
{
background-color: #ABA7FE;
}
</style>
border-color css
<style>
span { border-color: #ABA7FE; }
span { border-color: rgb(171,167,254); }
td.TdClassName
{
border-color: #ABA7FE;
}
.TagClassName
{
border-color: #ABA7FE;
}
</style>