Shades of Perano #ABA6FB
Tints of Perano #ABA6FB
RGB
CMYK
RGB Variations
Color information
#ABA6FB (or 0xABA6FB) is known color: Perano. HEX triplet: AB, A6 and FB. RGB value is (171,166,251). Sum of RGB (Red+Green+Blue) = 171+166+251=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABA6FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6FB is #545904. Grayscale: #B0B0B0. Windows color (decimal): -5527813 or 16492203. OLE color: 16492203.
HSL color Cylindrical-coordinate representation of color #ABA6FB: hue angle of 243.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA6FB is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 166 | 251 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.02 |
| HSL | 243.53º | 0.91% | 0.82% | - |
| HSV(B) | 243.53º | 0.34% | 0.98% | - |
| XYZ | 47.84 | 42.9 | 97.02 | - |
| YUV | 177.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 251 | 0.32 | 0.34 | 0 | 0.02 | 243.53 | 0.91 | 0.82 |
| Hex | AB | A6 | FB | 20 | 22 | 0 | 2 | F4 | 5B | 52 |
| Octal | 253 | 246 | 373 | 40 | 42 | 0 | 2 | 364 | 133 | 122 |
| Binary | 10101011 | 10100110 | 11111011 | 100000 | 100010 | 0 | 10 | 11110100 | 1011011 | 1010010 |
Color Harmonies of #ABA6FB
Complementary color
Monochromatic Colors of #ABA6FB
Black with #ABA6FB
Text Example
Text Example
White with #ABA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6FB; }
p { color: rgb(171,166,251); }
H1.HeaderClassName
{
color: #ABA6FB;
}
.AnyTagClassName
{
color: #ABA6FB;
}
</style>
background-color css
<style>
a { background-color: #ABA6FB; }
a { background-color: rgb(171,166,251); }
div.DivClassName
{
background-color: #ABA6FB;
}
.BgClassName
{
background-color: #ABA6FB;
}
</style>
border-color css
<style>
span { border-color: #ABA6FB; }
span { border-color: rgb(171,166,251); }
td.TdClassName
{
border-color: #ABA6FB;
}
.TagClassName
{
border-color: #ABA6FB;
}
</style>