Shades of Perano #A9A8FB
Tints of Perano #A9A8FB
RGB
CMYK
RGB Variations
Color information
#A9A8FB (or 0xA9A8FB) is known color: Perano. HEX triplet: A9, A8 and FB. RGB value is (169,168,251). Sum of RGB (Red+Green+Blue) = 169+168+251=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9A8FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A8FB is #565704. Grayscale: #B1B1B1. Windows color (decimal): -5658373 or 16492713. OLE color: 16492713.
HSL color Cylindrical-coordinate representation of color #A9A8FB: hue angle of 240.72º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9A8FB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 168 | 251 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.02 |
| HSL | 240.72º | 0.91% | 0.82% | - |
| HSV(B) | 240.72º | 0.33% | 0.98% | - |
| XYZ | 47.78 | 43.41 | 97.13 | - |
| YUV | 177.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 251 | 0.33 | 0.33 | 0 | 0.02 | 240.72 | 0.91 | 0.82 |
| Hex | A9 | A8 | FB | 21 | 21 | 0 | 2 | F1 | 5B | 52 |
| Octal | 251 | 250 | 373 | 41 | 41 | 0 | 2 | 361 | 133 | 122 |
| Binary | 10101001 | 10101000 | 11111011 | 100001 | 100001 | 0 | 10 | 11110001 | 1011011 | 1010010 |
Color Harmonies of #A9A8FB
Complementary color
Monochromatic Colors of #A9A8FB
Black with #A9A8FB
Text Example
Text Example
White with #A9A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8FB; }
p { color: rgb(169,168,251); }
H1.HeaderClassName
{
color: #A9A8FB;
}
.AnyTagClassName
{
color: #A9A8FB;
}
</style>
background-color css
<style>
a { background-color: #A9A8FB; }
a { background-color: rgb(169,168,251); }
div.DivClassName
{
background-color: #A9A8FB;
}
.BgClassName
{
background-color: #A9A8FB;
}
</style>
border-color css
<style>
span { border-color: #A9A8FB; }
span { border-color: rgb(169,168,251); }
td.TdClassName
{
border-color: #A9A8FB;
}
.TagClassName
{
border-color: #A9A8FB;
}
</style>