Shades of Perano #A1AFFE
Tints of Perano #A1AFFE
RGB
CMYK
RGB Variations
Color information
#A1AFFE (or 0xA1AFFE) is known color: Perano. HEX triplet: A1, AF and FE. RGB value is (161,175,254). Sum of RGB (Red+Green+Blue) = 161+175+254=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFFE is #5E5001. Grayscale: #B3B3B3. Windows color (decimal): -6180866 or 16691105. OLE color: 16691105.
HSL color Cylindrical-coordinate representation of color #A1AFFE: hue angle of 230.97º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1AFFE is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 175 | 254 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.00 |
| HSL | 230.97º | 0.98% | 0.81% | - |
| HSV(B) | 230.97º | 0.37% | 1% | - |
| XYZ | 47.92 | 45.39 | 100 | - |
| YUV | 179.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 254 | 0.37 | 0.31 | 0 | 0.00 | 230.97 | 0.98 | 0.81 |
| Hex | A1 | AF | FE | 25 | 1F | 0 | 0 | E7 | 62 | 51 |
| Octal | 241 | 257 | 376 | 45 | 37 | 0 | 0 | 347 | 142 | 121 |
| Binary | 10100001 | 10101111 | 11111110 | 100101 | 11111 | 0 | 0 | 11100111 | 1100010 | 1010001 |
Color Harmonies of #A1AFFE
Complementary color
Monochromatic Colors of #A1AFFE
Black with #A1AFFE
Text Example
Text Example
White with #A1AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFFE; }
p { color: rgb(161,175,254); }
H1.HeaderClassName
{
color: #A1AFFE;
}
.AnyTagClassName
{
color: #A1AFFE;
}
</style>
background-color css
<style>
a { background-color: #A1AFFE; }
a { background-color: rgb(161,175,254); }
div.DivClassName
{
background-color: #A1AFFE;
}
.BgClassName
{
background-color: #A1AFFE;
}
</style>
border-color css
<style>
span { border-color: #A1AFFE; }
span { border-color: rgb(161,175,254); }
td.TdClassName
{
border-color: #A1AFFE;
}
.TagClassName
{
border-color: #A1AFFE;
}
</style>