Shades of Perano #A1ABF3
Tints of Perano #A1ABF3
RGB
CMYK
RGB Variations
Color information
#A1ABF3 (or 0xA1ABF3) is known color: Perano. HEX triplet: A1, AB and F3. RGB value is (161,171,243). Sum of RGB (Red+Green+Blue) = 161+171+243=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ABF3 is #5E540C. Grayscale: #AFAFAF. Windows color (decimal): -6181901 or 15969185. OLE color: 15969185.
HSL color Cylindrical-coordinate representation of color #A1ABF3: hue angle of 232.68º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1ABF3 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 171 | 243 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.05 |
| HSL | 232.68º | 0.77% | 0.79% | - |
| HSV(B) | 232.68º | 0.34% | 0.95% | - |
| XYZ | 45.44 | 43.17 | 90.73 | - |
| YUV | 176.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 243 | 0.34 | 0.30 | 0 | 0.05 | 232.68 | 0.77 | 0.79 |
| Hex | A1 | AB | F3 | 22 | 1E | 0 | 5 | E9 | 4D | 4F |
| Octal | 241 | 253 | 363 | 42 | 36 | 0 | 5 | 351 | 115 | 117 |
| Binary | 10100001 | 10101011 | 11110011 | 100010 | 11110 | 0 | 101 | 11101001 | 1001101 | 1001111 |
Color Harmonies of #A1ABF3
Complementary color
Monochromatic Colors of #A1ABF3
Black with #A1ABF3
Text Example
Text Example
White with #A1ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABF3; }
p { color: rgb(161,171,243); }
H1.HeaderClassName
{
color: #A1ABF3;
}
.AnyTagClassName
{
color: #A1ABF3;
}
</style>
background-color css
<style>
a { background-color: #A1ABF3; }
a { background-color: rgb(161,171,243); }
div.DivClassName
{
background-color: #A1ABF3;
}
.BgClassName
{
background-color: #A1ABF3;
}
</style>
border-color css
<style>
span { border-color: #A1ABF3; }
span { border-color: rgb(161,171,243); }
td.TdClassName
{
border-color: #A1ABF3;
}
.TagClassName
{
border-color: #A1ABF3;
}
</style>