Shades of Perano #ABA2FB
Tints of Perano #ABA2FB
RGB
CMYK
RGB Variations
Color information
#ABA2FB (or 0xABA2FB) is known color: Perano. HEX triplet: AB, A2 and FB. RGB value is (171,162,251). Sum of RGB (Red+Green+Blue) = 171+162+251=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABA2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2FB is #545D04. Grayscale: #AEAEAE. Windows color (decimal): -5528837 or 16491179. OLE color: 16491179.
HSL color Cylindrical-coordinate representation of color #ABA2FB: hue angle of 246.07º degrees, saturation: 0.92, 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 #ABA2FB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 162 | 251 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.02 |
| HSL | 246.07º | 0.92% | 0.81% | - |
| HSV(B) | 246.07º | 0.35% | 0.98% | - |
| XYZ | 47.13 | 41.46 | 96.79 | - |
| YUV | 174.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 251 | 0.32 | 0.35 | 0 | 0.02 | 246.07 | 0.92 | 0.81 |
| Hex | AB | A2 | FB | 20 | 23 | 0 | 2 | F6 | 5C | 51 |
| Octal | 253 | 242 | 373 | 40 | 43 | 0 | 2 | 366 | 134 | 121 |
| Binary | 10101011 | 10100010 | 11111011 | 100000 | 100011 | 0 | 10 | 11110110 | 1011100 | 1010001 |
Color Harmonies of #ABA2FB
Complementary color
Monochromatic Colors of #ABA2FB
Black with #ABA2FB
Text Example
Text Example
White with #ABA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2FB; }
p { color: rgb(171,162,251); }
H1.HeaderClassName
{
color: #ABA2FB;
}
.AnyTagClassName
{
color: #ABA2FB;
}
</style>
background-color css
<style>
a { background-color: #ABA2FB; }
a { background-color: rgb(171,162,251); }
div.DivClassName
{
background-color: #ABA2FB;
}
.BgClassName
{
background-color: #ABA2FB;
}
</style>
border-color css
<style>
span { border-color: #ABA2FB; }
span { border-color: rgb(171,162,251); }
td.TdClassName
{
border-color: #ABA2FB;
}
.TagClassName
{
border-color: #ABA2FB;
}
</style>