Shades of Perano #A9ADF8
Tints of Perano #A9ADF8
RGB
CMYK
RGB Variations
Color information
#A9ADF8 (or 0xA9ADF8) is known color: Perano. HEX triplet: A9, AD and F8. RGB value is (169,173,248). Sum of RGB (Red+Green+Blue) = 169+173+248=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ADF8 is #565207. Grayscale: #B4B4B4. Windows color (decimal): -5657096 or 16297385. OLE color: 16297385.
HSL color Cylindrical-coordinate representation of color #A9ADF8: hue angle of 236.96º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9ADF8 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 173 | 248 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.03 |
| HSL | 236.96º | 0.85% | 0.82% | - |
| HSV(B) | 236.96º | 0.32% | 0.97% | - |
| XYZ | 48.25 | 45.1 | 94.97 | - |
| YUV | 180.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 248 | 0.32 | 0.30 | 0 | 0.03 | 236.96 | 0.85 | 0.82 |
| Hex | A9 | AD | F8 | 20 | 1E | 0 | 3 | ED | 55 | 52 |
| Octal | 251 | 255 | 370 | 40 | 36 | 0 | 3 | 355 | 125 | 122 |
| Binary | 10101001 | 10101101 | 11111000 | 100000 | 11110 | 0 | 11 | 11101101 | 1010101 | 1010010 |
Color Harmonies of #A9ADF8
Complementary color
Monochromatic Colors of #A9ADF8
Black with #A9ADF8
Text Example
Text Example
White with #A9ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADF8; }
p { color: rgb(169,173,248); }
H1.HeaderClassName
{
color: #A9ADF8;
}
.AnyTagClassName
{
color: #A9ADF8;
}
</style>
background-color css
<style>
a { background-color: #A9ADF8; }
a { background-color: rgb(169,173,248); }
div.DivClassName
{
background-color: #A9ADF8;
}
.BgClassName
{
background-color: #A9ADF8;
}
</style>
border-color css
<style>
span { border-color: #A9ADF8; }
span { border-color: rgb(169,173,248); }
td.TdClassName
{
border-color: #A9ADF8;
}
.TagClassName
{
border-color: #A9ADF8;
}
</style>