Shades of Perano #ABA9FE
Tints of Perano #ABA9FE
RGB
CMYK
RGB Variations
Color information
#ABA9FE (or 0xABA9FE) is known color: Perano. HEX triplet: AB, A9 and FE. RGB value is (171,169,254). Sum of RGB (Red+Green+Blue) = 171+169+254=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABA9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9FE is #545601. Grayscale: #B2B2B2. Windows color (decimal): -5527042 or 16689579. OLE color: 16689579.
HSL color Cylindrical-coordinate representation of color #ABA9FE: hue angle of 241.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA9FE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 169 | 254 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.00 |
| HSL | 241.41º | 0.98% | 0.83% | - |
| HSV(B) | 241.41º | 0.33% | 1% | - |
| XYZ | 48.87 | 44.19 | 99.72 | - |
| YUV | 179.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 254 | 0.33 | 0.33 | 0 | 0.00 | 241.41 | 0.98 | 0.83 |
| Hex | AB | A9 | FE | 21 | 21 | 0 | 0 | F1 | 62 | 53 |
| Octal | 253 | 251 | 376 | 41 | 41 | 0 | 0 | 361 | 142 | 123 |
| Binary | 10101011 | 10101001 | 11111110 | 100001 | 100001 | 0 | 0 | 11110001 | 1100010 | 1010011 |
Color Harmonies of #ABA9FE
Complementary color
Monochromatic Colors of #ABA9FE
Black with #ABA9FE
Text Example
Text Example
White with #ABA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA9FE; }
p { color: rgb(171,169,254); }
H1.HeaderClassName
{
color: #ABA9FE;
}
.AnyTagClassName
{
color: #ABA9FE;
}
</style>
background-color css
<style>
a { background-color: #ABA9FE; }
a { background-color: rgb(171,169,254); }
div.DivClassName
{
background-color: #ABA9FE;
}
.BgClassName
{
background-color: #ABA9FE;
}
</style>
border-color css
<style>
span { border-color: #ABA9FE; }
span { border-color: rgb(171,169,254); }
td.TdClassName
{
border-color: #ABA9FE;
}
.TagClassName
{
border-color: #ABA9FE;
}
</style>