Shades of Perano #ABABFC
Tints of Perano #ABABFC
RGB
CMYK
RGB Variations
Color information
#ABABFC (or 0xABABFC) is known color: Perano. HEX triplet: AB, AB and FC. RGB value is (171,171,252). Sum of RGB (Red+Green+Blue) = 171+171+252=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABFC is #545403. Grayscale: #B3B3B3. Windows color (decimal): -5526532 or 16559019. OLE color: 16559019.
HSL color Cylindrical-coordinate representation of color #ABABFC: hue angle of 240º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABABFC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 171 | 252 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.01 |
| HSL | 240º | 0.93% | 0.83% | - |
| HSV(B) | 240º | 0.32% | 0.99% | - |
| XYZ | 48.93 | 44.81 | 98.17 | - |
| YUV | 180.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 252 | 0.32 | 0.32 | 0 | 0.01 | 240 | 0.93 | 0.83 |
| Hex | AB | AB | FC | 20 | 20 | 0 | 1 | F0 | 5D | 53 |
| Octal | 253 | 253 | 374 | 40 | 40 | 0 | 1 | 360 | 135 | 123 |
| Binary | 10101011 | 10101011 | 11111100 | 100000 | 100000 | 0 | 1 | 11110000 | 1011101 | 1010011 |
Color Harmonies of #ABABFC
Complementary color
Monochromatic Colors of #ABABFC
Black with #ABABFC
Text Example
Text Example
White with #ABABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABFC; }
p { color: rgb(171,171,252); }
H1.HeaderClassName
{
color: #ABABFC;
}
.AnyTagClassName
{
color: #ABABFC;
}
</style>
background-color css
<style>
a { background-color: #ABABFC; }
a { background-color: rgb(171,171,252); }
div.DivClassName
{
background-color: #ABABFC;
}
.BgClassName
{
background-color: #ABABFC;
}
</style>
border-color css
<style>
span { border-color: #ABABFC; }
span { border-color: rgb(171,171,252); }
td.TdClassName
{
border-color: #ABABFC;
}
.TagClassName
{
border-color: #ABABFC;
}
</style>