Shades of Perano #A9A8E9
Tints of Perano #A9A8E9
RGB
CMYK
RGB Variations
Color information
#A9A8E9 (or 0xA9A8E9) is known color: Perano. HEX triplet: A9, A8 and E9. RGB value is (169,168,233). Sum of RGB (Red+Green+Blue) = 169+168+233=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9A8E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A8E9 is #565716. Grayscale: #AFAFAF. Windows color (decimal): -5658391 or 15313065. OLE color: 15313065.
HSL color Cylindrical-coordinate representation of color #A9A8E9: hue angle of 240.92º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9A8E9 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 168 | 233 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.09 |
| HSL | 240.92º | 0.6% | 0.79% | - |
| HSV(B) | 240.92º | 0.28% | 0.91% | - |
| XYZ | 45.07 | 42.32 | 82.88 | - |
| YUV | 175.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 233 | 0.27 | 0.28 | 0 | 0.09 | 240.92 | 0.6 | 0.79 |
| Hex | A9 | A8 | E9 | 1B | 1C | 0 | 9 | F1 | 3C | 4F |
| Octal | 251 | 250 | 351 | 33 | 34 | 0 | 11 | 361 | 74 | 117 |
| Binary | 10101001 | 10101000 | 11101001 | 11011 | 11100 | 0 | 1001 | 11110001 | 111100 | 1001111 |
Color Harmonies of #A9A8E9
Complementary color
Monochromatic Colors of #A9A8E9
Black with #A9A8E9
Text Example
Text Example
White with #A9A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8E9; }
p { color: rgb(169,168,233); }
H1.HeaderClassName
{
color: #A9A8E9;
}
.AnyTagClassName
{
color: #A9A8E9;
}
</style>
background-color css
<style>
a { background-color: #A9A8E9; }
a { background-color: rgb(169,168,233); }
div.DivClassName
{
background-color: #A9A8E9;
}
.BgClassName
{
background-color: #A9A8E9;
}
</style>
border-color css
<style>
span { border-color: #A9A8E9; }
span { border-color: rgb(169,168,233); }
td.TdClassName
{
border-color: #A9A8E9;
}
.TagClassName
{
border-color: #A9A8E9;
}
</style>