Shades of Perano #A9A8FE
Tints of Perano #A9A8FE
RGB
CMYK
RGB Variations
Color information
#A9A8FE (or 0xA9A8FE) is known color: Perano. HEX triplet: A9, A8 and FE. RGB value is (169,168,254). Sum of RGB (Red+Green+Blue) = 169+168+254=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A8FE is #565701. Grayscale: #B1B1B1. Windows color (decimal): -5658370 or 16689321. OLE color: 16689321.
HSL color Cylindrical-coordinate representation of color #A9A8FE: hue angle of 240.7º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9A8FE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 168 | 254 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.00 |
| HSL | 240.7º | 0.98% | 0.83% | - |
| HSV(B) | 240.7º | 0.34% | 1% | - |
| XYZ | 48.25 | 43.6 | 99.64 | - |
| YUV | 178.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 254 | 0.33 | 0.34 | 0 | 0.00 | 240.7 | 0.98 | 0.83 |
| Hex | A9 | A8 | FE | 21 | 22 | 0 | 0 | F1 | 62 | 53 |
| Octal | 251 | 250 | 376 | 41 | 42 | 0 | 0 | 361 | 142 | 123 |
| Binary | 10101001 | 10101000 | 11111110 | 100001 | 100010 | 0 | 0 | 11110001 | 1100010 | 1010011 |
Color Harmonies of #A9A8FE
Complementary color
Monochromatic Colors of #A9A8FE
Black with #A9A8FE
Text Example
Text Example
White with #A9A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8FE; }
p { color: rgb(169,168,254); }
H1.HeaderClassName
{
color: #A9A8FE;
}
.AnyTagClassName
{
color: #A9A8FE;
}
</style>
background-color css
<style>
a { background-color: #A9A8FE; }
a { background-color: rgb(169,168,254); }
div.DivClassName
{
background-color: #A9A8FE;
}
.BgClassName
{
background-color: #A9A8FE;
}
</style>
border-color css
<style>
span { border-color: #A9A8FE; }
span { border-color: rgb(169,168,254); }
td.TdClassName
{
border-color: #A9A8FE;
}
.TagClassName
{
border-color: #A9A8FE;
}
</style>