Shades of Perano #A9ABFF
Tints of Perano #A9ABFF
RGB
CMYK
RGB Variations
Color information
#A9ABFF (or 0xA9ABFF) is known color: Perano. HEX triplet: A9, AB and FF. RGB value is (169,171,255). Sum of RGB (Red+Green+Blue) = 169+171+255=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABFF is #565400. Grayscale: #B3B3B3. Windows color (decimal): -5657601 or 16755625. OLE color: 16755625.
HSL color Cylindrical-coordinate representation of color #A9ABFF: hue angle of 238.6º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9ABFF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 171 | 255 | - |
| CMYK | 0.34 | 0.33 | 0 | 0 |
| HSL | 238.6º | 1% | 0.83% | - |
| HSV(B) | 238.6º | 0.34% | 1% | - |
| XYZ | 48.98 | 44.78 | 100.67 | - |
| YUV | 179.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 255 | 0.34 | 0.33 | 0 | 0 | 238.6 | 1 | 0.83 |
| Hex | A9 | AB | FF | 22 | 21 | 0 | 0 | EF | 64 | 53 |
| Octal | 251 | 253 | 377 | 42 | 41 | 0 | 0 | 357 | 144 | 123 |
| Binary | 10101001 | 10101011 | 11111111 | 100010 | 100001 | 0 | 0 | 11101111 | 1100100 | 1010011 |
Color Harmonies of #A9ABFF
Complementary color
Monochromatic Colors of #A9ABFF
Black with #A9ABFF
Text Example
Text Example
White with #A9ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABFF; }
p { color: rgb(169,171,255); }
H1.HeaderClassName
{
color: #A9ABFF;
}
.AnyTagClassName
{
color: #A9ABFF;
}
</style>
background-color css
<style>
a { background-color: #A9ABFF; }
a { background-color: rgb(169,171,255); }
div.DivClassName
{
background-color: #A9ABFF;
}
.BgClassName
{
background-color: #A9ABFF;
}
</style>
border-color css
<style>
span { border-color: #A9ABFF; }
span { border-color: rgb(169,171,255); }
td.TdClassName
{
border-color: #A9ABFF;
}
.TagClassName
{
border-color: #A9ABFF;
}
</style>