Shades of Perano #A1AFFF
Tints of Perano #A1AFFF
RGB
CMYK
RGB Variations
Color information
#A1AFFF (or 0xA1AFFF) is known color: Perano. HEX triplet: A1, AF and FF. RGB value is (161,175,255). Sum of RGB (Red+Green+Blue) = 161+175+255=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AFFF is #5E5000. Grayscale: #B3B3B3. Windows color (decimal): -6180865 or 16756641. OLE color: 16756641.
HSL color Cylindrical-coordinate representation of color #A1AFFF: hue angle of 231.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1AFFF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 175 | 255 | - |
| CMYK | 0.37 | 0.31 | 0 | 0 |
| HSL | 231.06º | 1% | 0.82% | - |
| HSV(B) | 231.06º | 0.37% | 1% | - |
| XYZ | 48.08 | 45.46 | 100.85 | - |
| YUV | 179.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 255 | 0.37 | 0.31 | 0 | 0 | 231.06 | 1 | 0.82 |
| Hex | A1 | AF | FF | 25 | 1F | 0 | 0 | E7 | 64 | 52 |
| Octal | 241 | 257 | 377 | 45 | 37 | 0 | 0 | 347 | 144 | 122 |
| Binary | 10100001 | 10101111 | 11111111 | 100101 | 11111 | 0 | 0 | 11100111 | 1100100 | 1010010 |
Color Harmonies of #A1AFFF
Complementary color
Monochromatic Colors of #A1AFFF
Black with #A1AFFF
Text Example
Text Example
White with #A1AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFFF; }
p { color: rgb(161,175,255); }
H1.HeaderClassName
{
color: #A1AFFF;
}
.AnyTagClassName
{
color: #A1AFFF;
}
</style>
background-color css
<style>
a { background-color: #A1AFFF; }
a { background-color: rgb(161,175,255); }
div.DivClassName
{
background-color: #A1AFFF;
}
.BgClassName
{
background-color: #A1AFFF;
}
</style>
border-color css
<style>
span { border-color: #A1AFFF; }
span { border-color: rgb(161,175,255); }
td.TdClassName
{
border-color: #A1AFFF;
}
.TagClassName
{
border-color: #A1AFFF;
}
</style>