Shades of Perano #A9A8EF
Tints of Perano #A9A8EF
RGB
CMYK
RGB Variations
Color information
#A9A8EF (or 0xA9A8EF) is known color: Perano. HEX triplet: A9, A8 and EF. RGB value is (169,168,239). Sum of RGB (Red+Green+Blue) = 169+168+239=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A8EF is #565710. Grayscale: #B0B0B0. Windows color (decimal): -5658385 or 15706281. OLE color: 15706281.
HSL color Cylindrical-coordinate representation of color #A9A8EF: hue angle of 240.85º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9A8EF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 168 | 239 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.06 |
| HSL | 240.85º | 0.69% | 0.8% | - |
| HSV(B) | 240.85º | 0.3% | 0.94% | - |
| XYZ | 45.94 | 42.67 | 87.48 | - |
| YUV | 176.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 239 | 0.29 | 0.30 | 0 | 0.06 | 240.85 | 0.69 | 0.8 |
| Hex | A9 | A8 | EF | 1D | 1E | 0 | 6 | F1 | 45 | 50 |
| Octal | 251 | 250 | 357 | 35 | 36 | 0 | 6 | 361 | 105 | 120 |
| Binary | 10101001 | 10101000 | 11101111 | 11101 | 11110 | 0 | 110 | 11110001 | 1000101 | 1010000 |
Color Harmonies of #A9A8EF
Complementary color
Monochromatic Colors of #A9A8EF
Black with #A9A8EF
Text Example
Text Example
White with #A9A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8EF; }
p { color: rgb(169,168,239); }
H1.HeaderClassName
{
color: #A9A8EF;
}
.AnyTagClassName
{
color: #A9A8EF;
}
</style>
background-color css
<style>
a { background-color: #A9A8EF; }
a { background-color: rgb(169,168,239); }
div.DivClassName
{
background-color: #A9A8EF;
}
.BgClassName
{
background-color: #A9A8EF;
}
</style>
border-color css
<style>
span { border-color: #A9A8EF; }
span { border-color: rgb(169,168,239); }
td.TdClassName
{
border-color: #A9A8EF;
}
.TagClassName
{
border-color: #A9A8EF;
}
</style>