Shades of Perano #ABA1FA
Tints of Perano #ABA1FA
RGB
CMYK
RGB Variations
Color information
#ABA1FA (or 0xABA1FA) is known color: Perano. HEX triplet: AB, A1 and FA. RGB value is (171,161,250). Sum of RGB (Red+Green+Blue) = 171+161+250=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA1FA is #545E05. Grayscale: #ADADAD. Windows color (decimal): -5529094 or 16425387. OLE color: 16425387.
HSL color Cylindrical-coordinate representation of color #ABA1FA: hue angle of 246.74º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA1FA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 161 | 250 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.02 |
| HSL | 246.74º | 0.9% | 0.81% | - |
| HSV(B) | 246.74º | 0.36% | 0.98% | - |
| XYZ | 46.79 | 41.05 | 95.9 | - |
| YUV | 174.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 250 | 0.32 | 0.36 | 0 | 0.02 | 246.74 | 0.9 | 0.81 |
| Hex | AB | A1 | FA | 20 | 24 | 0 | 2 | F7 | 5A | 51 |
| Octal | 253 | 241 | 372 | 40 | 44 | 0 | 2 | 367 | 132 | 121 |
| Binary | 10101011 | 10100001 | 11111010 | 100000 | 100100 | 0 | 10 | 11110111 | 1011010 | 1010001 |
Color Harmonies of #ABA1FA
Complementary color
Monochromatic Colors of #ABA1FA
Black with #ABA1FA
Text Example
Text Example
White with #ABA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1FA; }
p { color: rgb(171,161,250); }
H1.HeaderClassName
{
color: #ABA1FA;
}
.AnyTagClassName
{
color: #ABA1FA;
}
</style>
background-color css
<style>
a { background-color: #ABA1FA; }
a { background-color: rgb(171,161,250); }
div.DivClassName
{
background-color: #ABA1FA;
}
.BgClassName
{
background-color: #ABA1FA;
}
</style>
border-color css
<style>
span { border-color: #ABA1FA; }
span { border-color: rgb(171,161,250); }
td.TdClassName
{
border-color: #ABA1FA;
}
.TagClassName
{
border-color: #ABA1FA;
}
</style>