Shades of Perano #A9ABDF
Tints of Perano #A9ABDF
RGB
CMYK
RGB Variations
Color information
#A9ABDF (or 0xA9ABDF) is known color: Perano. HEX triplet: A9, AB and DF. RGB value is (169,171,223). Sum of RGB (Red+Green+Blue) = 169+171+223=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDF is #565420. Grayscale: #B0B0B0. Windows color (decimal): -5657633 or 14658473. OLE color: 14658473.
HSL color Cylindrical-coordinate representation of color #A9ABDF: hue angle of 237.78º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9ABDF is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 171 | 223 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.13 |
| HSL | 237.78º | 0.46% | 0.77% | - |
| HSV(B) | 237.78º | 0.24% | 0.87% | - |
| XYZ | 44.24 | 42.89 | 75.76 | - |
| YUV | 176.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 223 | 0.24 | 0.23 | 0 | 0.13 | 237.78 | 0.46 | 0.77 |
| Hex | A9 | AB | DF | 18 | 17 | 0 | D | EE | 2E | 4D |
| Octal | 251 | 253 | 337 | 30 | 27 | 0 | 15 | 356 | 56 | 115 |
| Binary | 10101001 | 10101011 | 11011111 | 11000 | 10111 | 0 | 1101 | 11101110 | 101110 | 1001101 |
Color Harmonies of #A9ABDF
Complementary color
Monochromatic Colors of #A9ABDF
Black with #A9ABDF
Text Example
Text Example
White with #A9ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABDF; }
p { color: rgb(169,171,223); }
H1.HeaderClassName
{
color: #A9ABDF;
}
.AnyTagClassName
{
color: #A9ABDF;
}
</style>
background-color css
<style>
a { background-color: #A9ABDF; }
a { background-color: rgb(169,171,223); }
div.DivClassName
{
background-color: #A9ABDF;
}
.BgClassName
{
background-color: #A9ABDF;
}
</style>
border-color css
<style>
span { border-color: #A9ABDF; }
span { border-color: rgb(169,171,223); }
td.TdClassName
{
border-color: #A9ABDF;
}
.TagClassName
{
border-color: #A9ABDF;
}
</style>