Shades of Perano #ABA2FA
Tints of Perano #ABA2FA
RGB
CMYK
RGB Variations
Color information
#ABA2FA (or 0xABA2FA) is known color: Perano. HEX triplet: AB, A2 and FA. RGB value is (171,162,250). Sum of RGB (Red+Green+Blue) = 171+162+250=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABA2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2FA is #545D05. Grayscale: #AEAEAE. Windows color (decimal): -5528838 or 16425643. OLE color: 16425643.
HSL color Cylindrical-coordinate representation of color #ABA2FA: hue angle of 246.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABA2FA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 162 | 250 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.02 |
| HSL | 246.14º | 0.9% | 0.81% | - |
| HSV(B) | 246.14º | 0.35% | 0.98% | - |
| XYZ | 46.97 | 41.4 | 95.96 | - |
| YUV | 174.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 250 | 0.32 | 0.35 | 0 | 0.02 | 246.14 | 0.9 | 0.81 |
| Hex | AB | A2 | FA | 20 | 23 | 0 | 2 | F6 | 5A | 51 |
| Octal | 253 | 242 | 372 | 40 | 43 | 0 | 2 | 366 | 132 | 121 |
| Binary | 10101011 | 10100010 | 11111010 | 100000 | 100011 | 0 | 10 | 11110110 | 1011010 | 1010001 |
Color Harmonies of #ABA2FA
Complementary color
Monochromatic Colors of #ABA2FA
Black with #ABA2FA
Text Example
Text Example
White with #ABA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2FA; }
p { color: rgb(171,162,250); }
H1.HeaderClassName
{
color: #ABA2FA;
}
.AnyTagClassName
{
color: #ABA2FA;
}
</style>
background-color css
<style>
a { background-color: #ABA2FA; }
a { background-color: rgb(171,162,250); }
div.DivClassName
{
background-color: #ABA2FA;
}
.BgClassName
{
background-color: #ABA2FA;
}
</style>
border-color css
<style>
span { border-color: #ABA2FA; }
span { border-color: rgb(171,162,250); }
td.TdClassName
{
border-color: #ABA2FA;
}
.TagClassName
{
border-color: #ABA2FA;
}
</style>