Shades of Perano #ABAFF1
Tints of Perano #ABAFF1
RGB
CMYK
RGB Variations
Color information
#ABAFF1 (or 0xABAFF1) is known color: Perano. HEX triplet: AB, AF and F1. RGB value is (171,175,241). Sum of RGB (Red+Green+Blue) = 171+175+241=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFF1 is #54500E. Grayscale: #B5B5B5. Windows color (decimal): -5525519 or 15839147. OLE color: 15839147.
HSL color Cylindrical-coordinate representation of color #ABAFF1: hue angle of 236.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAFF1 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 175 | 241 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.05 |
| HSL | 236.57º | 0.71% | 0.81% | - |
| HSV(B) | 236.57º | 0.29% | 0.95% | - |
| XYZ | 48 | 45.67 | 89.5 | - |
| YUV | 181.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 241 | 0.29 | 0.27 | 0 | 0.05 | 236.57 | 0.71 | 0.81 |
| Hex | AB | AF | F1 | 1D | 1B | 0 | 5 | ED | 47 | 51 |
| Octal | 253 | 257 | 361 | 35 | 33 | 0 | 5 | 355 | 107 | 121 |
| Binary | 10101011 | 10101111 | 11110001 | 11101 | 11011 | 0 | 101 | 11101101 | 1000111 | 1010001 |
Color Harmonies of #ABAFF1
Complementary color
Monochromatic Colors of #ABAFF1
Black with #ABAFF1
Text Example
Text Example
White with #ABAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFF1; }
p { color: rgb(171,175,241); }
H1.HeaderClassName
{
color: #ABAFF1;
}
.AnyTagClassName
{
color: #ABAFF1;
}
</style>
background-color css
<style>
a { background-color: #ABAFF1; }
a { background-color: rgb(171,175,241); }
div.DivClassName
{
background-color: #ABAFF1;
}
.BgClassName
{
background-color: #ABAFF1;
}
</style>
border-color css
<style>
span { border-color: #ABAFF1; }
span { border-color: rgb(171,175,241); }
td.TdClassName
{
border-color: #ABAFF1;
}
.TagClassName
{
border-color: #ABAFF1;
}
</style>