Shades of Perano #A0ABFF
Tints of Perano #A0ABFF
RGB
CMYK
RGB Variations
Color information
#A0ABFF (or 0xA0ABFF) is known color: Perano. HEX triplet: A0, AB and FF. RGB value is (160,171,255). Sum of RGB (Red+Green+Blue) = 160+171+255=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABFF is #5F5400. Grayscale: #B0B0B0. Windows color (decimal): -6247425 or 16755616. OLE color: 16755616.
HSL color Cylindrical-coordinate representation of color #A0ABFF: hue angle of 233.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ABFF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 171 | 255 | - |
| CMYK | 0.37 | 0.33 | 0 | 0 |
| HSL | 233.05º | 1% | 0.81% | - |
| HSV(B) | 233.05º | 0.37% | 1% | - |
| XYZ | 47.11 | 43.82 | 100.58 | - |
| YUV | 177.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 255 | 0.37 | 0.33 | 0 | 0 | 233.05 | 1 | 0.81 |
| Hex | A0 | AB | FF | 25 | 21 | 0 | 0 | E9 | 64 | 51 |
| Octal | 240 | 253 | 377 | 45 | 41 | 0 | 0 | 351 | 144 | 121 |
| Binary | 10100000 | 10101011 | 11111111 | 100101 | 100001 | 0 | 0 | 11101001 | 1100100 | 1010001 |
Color Harmonies of #A0ABFF
Complementary color
Monochromatic Colors of #A0ABFF
Black with #A0ABFF
Text Example
Text Example
White with #A0ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABFF; }
p { color: rgb(160,171,255); }
H1.HeaderClassName
{
color: #A0ABFF;
}
.AnyTagClassName
{
color: #A0ABFF;
}
</style>
background-color css
<style>
a { background-color: #A0ABFF; }
a { background-color: rgb(160,171,255); }
div.DivClassName
{
background-color: #A0ABFF;
}
.BgClassName
{
background-color: #A0ABFF;
}
</style>
border-color css
<style>
span { border-color: #A0ABFF; }
span { border-color: rgb(160,171,255); }
td.TdClassName
{
border-color: #A0ABFF;
}
.TagClassName
{
border-color: #A0ABFF;
}
</style>