Shades of Perano #ABA9FA
Tints of Perano #ABA9FA
RGB
CMYK
RGB Variations
Color information
#ABA9FA (or 0xABA9FA) is known color: Perano. HEX triplet: AB, A9 and FA. RGB value is (171,169,250). Sum of RGB (Red+Green+Blue) = 171+169+250=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9FA is #545605. Grayscale: #B2B2B2. Windows color (decimal): -5527046 or 16427435. OLE color: 16427435.
HSL color Cylindrical-coordinate representation of color #ABA9FA: hue angle of 241.48º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA9FA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 169 | 250 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.02 |
| HSL | 241.48º | 0.89% | 0.82% | - |
| HSV(B) | 241.48º | 0.32% | 0.98% | - |
| XYZ | 48.24 | 43.94 | 96.38 | - |
| YUV | 178.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 250 | 0.32 | 0.32 | 0 | 0.02 | 241.48 | 0.89 | 0.82 |
| Hex | AB | A9 | FA | 20 | 20 | 0 | 2 | F1 | 59 | 52 |
| Octal | 253 | 251 | 372 | 40 | 40 | 0 | 2 | 361 | 131 | 122 |
| Binary | 10101011 | 10101001 | 11111010 | 100000 | 100000 | 0 | 10 | 11110001 | 1011001 | 1010010 |
Color Harmonies of #ABA9FA
Complementary color
Monochromatic Colors of #ABA9FA
Black with #ABA9FA
Text Example
Text Example
White with #ABA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA9FA; }
p { color: rgb(171,169,250); }
H1.HeaderClassName
{
color: #ABA9FA;
}
.AnyTagClassName
{
color: #ABA9FA;
}
</style>
background-color css
<style>
a { background-color: #ABA9FA; }
a { background-color: rgb(171,169,250); }
div.DivClassName
{
background-color: #ABA9FA;
}
.BgClassName
{
background-color: #ABA9FA;
}
</style>
border-color css
<style>
span { border-color: #ABA9FA; }
span { border-color: rgb(171,169,250); }
td.TdClassName
{
border-color: #ABA9FA;
}
.TagClassName
{
border-color: #ABA9FA;
}
</style>