Shades of Perano #ABA5FA
Tints of Perano #ABA5FA
RGB
CMYK
RGB Variations
Color information
#ABA5FA (or 0xABA5FA) is known color: Perano. HEX triplet: AB, A5 and FA. RGB value is (171,165,250). Sum of RGB (Red+Green+Blue) = 171+165+250=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA5FA is #545A05. Grayscale: #B0B0B0. Windows color (decimal): -5528070 or 16426411. OLE color: 16426411.
HSL color Cylindrical-coordinate representation of color #ABA5FA: hue angle of 244.24º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA5FA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 165 | 250 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.02 |
| HSL | 244.24º | 0.89% | 0.81% | - |
| HSV(B) | 244.24º | 0.34% | 0.98% | - |
| XYZ | 47.51 | 42.47 | 96.14 | - |
| YUV | 176.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 250 | 0.32 | 0.34 | 0 | 0.02 | 244.24 | 0.89 | 0.81 |
| Hex | AB | A5 | FA | 20 | 22 | 0 | 2 | F4 | 59 | 51 |
| Octal | 253 | 245 | 372 | 40 | 42 | 0 | 2 | 364 | 131 | 121 |
| Binary | 10101011 | 10100101 | 11111010 | 100000 | 100010 | 0 | 10 | 11110100 | 1011001 | 1010001 |
Color Harmonies of #ABA5FA
Complementary color
Monochromatic Colors of #ABA5FA
Black with #ABA5FA
Text Example
Text Example
White with #ABA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5FA; }
p { color: rgb(171,165,250); }
H1.HeaderClassName
{
color: #ABA5FA;
}
.AnyTagClassName
{
color: #ABA5FA;
}
</style>
background-color css
<style>
a { background-color: #ABA5FA; }
a { background-color: rgb(171,165,250); }
div.DivClassName
{
background-color: #ABA5FA;
}
.BgClassName
{
background-color: #ABA5FA;
}
</style>
border-color css
<style>
span { border-color: #ABA5FA; }
span { border-color: rgb(171,165,250); }
td.TdClassName
{
border-color: #ABA5FA;
}
.TagClassName
{
border-color: #ABA5FA;
}
</style>