Shades of Perano #ABAFFB
Tints of Perano #ABAFFB
RGB
CMYK
RGB Variations
Color information
#ABAFFB (or 0xABAFFB) is known color: Perano. HEX triplet: AB, AF and FB. RGB value is (171,175,251). Sum of RGB (Red+Green+Blue) = 171+175+251=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABAFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFB is #545004. Grayscale: #B6B6B6. Windows color (decimal): -5525509 or 16494507. OLE color: 16494507.
HSL color Cylindrical-coordinate representation of color #ABAFFB: hue angle of 237º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABAFFB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 175 | 251 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.02 |
| HSL | 237º | 0.91% | 0.83% | - |
| HSV(B) | 237º | 0.32% | 0.98% | - |
| XYZ | 49.54 | 46.28 | 97.59 | - |
| YUV | 182.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 251 | 0.32 | 0.30 | 0 | 0.02 | 237 | 0.91 | 0.83 |
| Hex | AB | AF | FB | 20 | 1E | 0 | 2 | ED | 5B | 53 |
| Octal | 253 | 257 | 373 | 40 | 36 | 0 | 2 | 355 | 133 | 123 |
| Binary | 10101011 | 10101111 | 11111011 | 100000 | 11110 | 0 | 10 | 11101101 | 1011011 | 1010011 |
Color Harmonies of #ABAFFB
Complementary color
Monochromatic Colors of #ABAFFB
Black with #ABAFFB
Text Example
Text Example
White with #ABAFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFFB; }
p { color: rgb(171,175,251); }
H1.HeaderClassName
{
color: #ABAFFB;
}
.AnyTagClassName
{
color: #ABAFFB;
}
</style>
background-color css
<style>
a { background-color: #ABAFFB; }
a { background-color: rgb(171,175,251); }
div.DivClassName
{
background-color: #ABAFFB;
}
.BgClassName
{
background-color: #ABAFFB;
}
</style>
border-color css
<style>
span { border-color: #ABAFFB; }
span { border-color: rgb(171,175,251); }
td.TdClassName
{
border-color: #ABAFFB;
}
.TagClassName
{
border-color: #ABAFFB;
}
</style>