Shades of Perano #ABACFD
Tints of Perano #ABACFD
RGB
CMYK
RGB Variations
Color information
#ABACFD (or 0xABACFD) is known color: Perano. HEX triplet: AB, AC and FD. RGB value is (171,172,253). Sum of RGB (Red+Green+Blue) = 171+172+253=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACFD is #545302. Grayscale: #B4B4B4. Windows color (decimal): -5526275 or 16624811. OLE color: 16624811.
HSL color Cylindrical-coordinate representation of color #ABACFD: hue angle of 239.27º degrees, saturation: 0.95, 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 #ABACFD is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 172 | 253 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.01 |
| HSL | 239.27º | 0.95% | 0.83% | - |
| HSV(B) | 239.27º | 0.32% | 0.99% | - |
| XYZ | 49.28 | 45.25 | 99.07 | - |
| YUV | 180.94 | 168.67 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 253 | 0.32 | 0.32 | 0 | 0.01 | 239.27 | 0.95 | 0.83 |
| Hex | AB | AC | FD | 20 | 20 | 0 | 1 | EF | 5F | 53 |
| Octal | 253 | 254 | 375 | 40 | 40 | 0 | 1 | 357 | 137 | 123 |
| Binary | 10101011 | 10101100 | 11111101 | 100000 | 100000 | 0 | 1 | 11101111 | 1011111 | 1010011 |
Color Harmonies of #ABACFD
Complementary color
Monochromatic Colors of #ABACFD
Black with #ABACFD
Text Example
Text Example
White with #ABACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACFD; }
p { color: rgb(171,172,253); }
H1.HeaderClassName
{
color: #ABACFD;
}
.AnyTagClassName
{
color: #ABACFD;
}
</style>
background-color css
<style>
a { background-color: #ABACFD; }
a { background-color: rgb(171,172,253); }
div.DivClassName
{
background-color: #ABACFD;
}
.BgClassName
{
background-color: #ABACFD;
}
</style>
border-color css
<style>
span { border-color: #ABACFD; }
span { border-color: rgb(171,172,253); }
td.TdClassName
{
border-color: #ABACFD;
}
.TagClassName
{
border-color: #ABACFD;
}
</style>