Shades of Perano #ABAFFC
Tints of Perano #ABAFFC
RGB
CMYK
RGB Variations
Color information
#ABAFFC (or 0xABAFFC) is known color: Perano. HEX triplet: AB, AF and FC. RGB value is (171,175,252). Sum of RGB (Red+Green+Blue) = 171+175+252=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABAFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFC is #545003. Grayscale: #B6B6B6. Windows color (decimal): -5525508 or 16560043. OLE color: 16560043.
HSL color Cylindrical-coordinate representation of color #ABAFFC: hue angle of 237.04º 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 #ABAFFC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 175 | 252 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.01 |
| HSL | 237.04º | 0.93% | 0.83% | - |
| HSV(B) | 237.04º | 0.32% | 0.99% | - |
| XYZ | 49.7 | 46.35 | 98.42 | - |
| YUV | 182.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 252 | 0.32 | 0.31 | 0 | 0.01 | 237.04 | 0.93 | 0.83 |
| Hex | AB | AF | FC | 20 | 1F | 0 | 1 | ED | 5D | 53 |
| Octal | 253 | 257 | 374 | 40 | 37 | 0 | 1 | 355 | 135 | 123 |
| Binary | 10101011 | 10101111 | 11111100 | 100000 | 11111 | 0 | 1 | 11101101 | 1011101 | 1010011 |
Color Harmonies of #ABAFFC
Complementary color
Monochromatic Colors of #ABAFFC
Black with #ABAFFC
Text Example
Text Example
White with #ABAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFFC; }
p { color: rgb(171,175,252); }
H1.HeaderClassName
{
color: #ABAFFC;
}
.AnyTagClassName
{
color: #ABAFFC;
}
</style>
background-color css
<style>
a { background-color: #ABAFFC; }
a { background-color: rgb(171,175,252); }
div.DivClassName
{
background-color: #ABAFFC;
}
.BgClassName
{
background-color: #ABAFFC;
}
</style>
border-color css
<style>
span { border-color: #ABAFFC; }
span { border-color: rgb(171,175,252); }
td.TdClassName
{
border-color: #ABAFFC;
}
.TagClassName
{
border-color: #ABAFFC;
}
</style>