Shades of Perano #ABA4FA
Tints of Perano #ABA4FA
RGB
CMYK
RGB Variations
Color information
#ABA4FA (or 0xABA4FA) is known color: Perano. HEX triplet: AB, A4 and FA. RGB value is (171,164,250). Sum of RGB (Red+Green+Blue) = 171+164+250=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4FA is #545B05. Grayscale: #AFAFAF. Windows color (decimal): -5528326 or 16426155. OLE color: 16426155.
HSL color Cylindrical-coordinate representation of color #ABA4FA: hue angle of 244.88º degrees, saturation: 0.9, 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 #ABA4FA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 164 | 250 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.02 |
| HSL | 244.88º | 0.9% | 0.81% | - |
| HSV(B) | 244.88º | 0.34% | 0.98% | - |
| XYZ | 47.33 | 42.11 | 96.08 | - |
| YUV | 175.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 250 | 0.32 | 0.34 | 0 | 0.02 | 244.88 | 0.9 | 0.81 |
| Hex | AB | A4 | FA | 20 | 22 | 0 | 2 | F5 | 5A | 51 |
| Octal | 253 | 244 | 372 | 40 | 42 | 0 | 2 | 365 | 132 | 121 |
| Binary | 10101011 | 10100100 | 11111010 | 100000 | 100010 | 0 | 10 | 11110101 | 1011010 | 1010001 |
Color Harmonies of #ABA4FA
Complementary color
Monochromatic Colors of #ABA4FA
Black with #ABA4FA
Text Example
Text Example
White with #ABA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4FA; }
p { color: rgb(171,164,250); }
H1.HeaderClassName
{
color: #ABA4FA;
}
.AnyTagClassName
{
color: #ABA4FA;
}
</style>
background-color css
<style>
a { background-color: #ABA4FA; }
a { background-color: rgb(171,164,250); }
div.DivClassName
{
background-color: #ABA4FA;
}
.BgClassName
{
background-color: #ABA4FA;
}
</style>
border-color css
<style>
span { border-color: #ABA4FA; }
span { border-color: rgb(171,164,250); }
td.TdClassName
{
border-color: #ABA4FA;
}
.TagClassName
{
border-color: #ABA4FA;
}
</style>