Shades of Perano #A9A9EF
Tints of Perano #A9A9EF
RGB
CMYK
RGB Variations
Color information
#A9A9EF (or 0xA9A9EF) is known color: Perano. HEX triplet: A9, A9 and EF. RGB value is (169,169,239). Sum of RGB (Red+Green+Blue) = 169+169+239=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9A9EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A9EF is #565610. Grayscale: #B0B0B0. Windows color (decimal): -5658129 or 15706537. OLE color: 15706537.
HSL color Cylindrical-coordinate representation of color #A9A9EF: hue angle of 240º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9A9EF is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 169 | 239 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.06 |
| HSL | 240º | 0.69% | 0.8% | - |
| HSV(B) | 240º | 0.29% | 0.94% | - |
| XYZ | 46.13 | 43.04 | 87.54 | - |
| YUV | 176.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 169 | 239 | 0.29 | 0.29 | 0 | 0.06 | 240 | 0.69 | 0.8 |
| Hex | A9 | A9 | EF | 1D | 1D | 0 | 6 | F0 | 45 | 50 |
| Octal | 251 | 251 | 357 | 35 | 35 | 0 | 6 | 360 | 105 | 120 |
| Binary | 10101001 | 10101001 | 11101111 | 11101 | 11101 | 0 | 110 | 11110000 | 1000101 | 1010000 |
Color Harmonies of #A9A9EF
Complementary color
Monochromatic Colors of #A9A9EF
Black with #A9A9EF
Text Example
Text Example
White with #A9A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A9EF; }
p { color: rgb(169,169,239); }
H1.HeaderClassName
{
color: #A9A9EF;
}
.AnyTagClassName
{
color: #A9A9EF;
}
</style>
background-color css
<style>
a { background-color: #A9A9EF; }
a { background-color: rgb(169,169,239); }
div.DivClassName
{
background-color: #A9A9EF;
}
.BgClassName
{
background-color: #A9A9EF;
}
</style>
border-color css
<style>
span { border-color: #A9A9EF; }
span { border-color: rgb(169,169,239); }
td.TdClassName
{
border-color: #A9A9EF;
}
.TagClassName
{
border-color: #A9A9EF;
}
</style>