Shades of Perano #A1ABFC
Tints of Perano #A1ABFC
RGB
CMYK
RGB Variations
Color information
#A1ABFC (or 0xA1ABFC) is known color: Perano. HEX triplet: A1, AB and FC. RGB value is (161,171,252). Sum of RGB (Red+Green+Blue) = 161+171+252=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ABFC is #5E5403. Grayscale: #B0B0B0. Windows color (decimal): -6181892 or 16559009. OLE color: 16559009.
HSL color Cylindrical-coordinate representation of color #A1ABFC: hue angle of 233.41º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1ABFC is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 171 | 252 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.01 |
| HSL | 233.41º | 0.94% | 0.81% | - |
| HSV(B) | 233.41º | 0.36% | 0.99% | - |
| XYZ | 46.83 | 43.73 | 98.07 | - |
| YUV | 177.24 | 170.19 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 252 | 0.36 | 0.32 | 0 | 0.01 | 233.41 | 0.94 | 0.81 |
| Hex | A1 | AB | FC | 24 | 20 | 0 | 1 | E9 | 5E | 51 |
| Octal | 241 | 253 | 374 | 44 | 40 | 0 | 1 | 351 | 136 | 121 |
| Binary | 10100001 | 10101011 | 11111100 | 100100 | 100000 | 0 | 1 | 11101001 | 1011110 | 1010001 |
Color Harmonies of #A1ABFC
Complementary color
Monochromatic Colors of #A1ABFC
Black with #A1ABFC
Text Example
Text Example
White with #A1ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABFC; }
p { color: rgb(161,171,252); }
H1.HeaderClassName
{
color: #A1ABFC;
}
.AnyTagClassName
{
color: #A1ABFC;
}
</style>
background-color css
<style>
a { background-color: #A1ABFC; }
a { background-color: rgb(161,171,252); }
div.DivClassName
{
background-color: #A1ABFC;
}
.BgClassName
{
background-color: #A1ABFC;
}
</style>
border-color css
<style>
span { border-color: #A1ABFC; }
span { border-color: rgb(161,171,252); }
td.TdClassName
{
border-color: #A1ABFC;
}
.TagClassName
{
border-color: #A1ABFC;
}
</style>