Shades of Perano #A9A8FD
Tints of Perano #A9A8FD
RGB
CMYK
RGB Variations
Color information
#A9A8FD (or 0xA9A8FD) is known color: Perano. HEX triplet: A9, A8 and FD. RGB value is (169,168,253). Sum of RGB (Red+Green+Blue) = 169+168+253=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A8FD is #565702. Grayscale: #B1B1B1. Windows color (decimal): -5658371 or 16623785. OLE color: 16623785.
HSL color Cylindrical-coordinate representation of color #A9A8FD: hue angle of 240.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9A8FD is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 168 | 253 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.01 |
| HSL | 240.71º | 0.96% | 0.83% | - |
| HSV(B) | 240.71º | 0.34% | 0.99% | - |
| XYZ | 48.09 | 43.53 | 98.8 | - |
| YUV | 177.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 253 | 0.33 | 0.34 | 0 | 0.01 | 240.71 | 0.96 | 0.83 |
| Hex | A9 | A8 | FD | 21 | 22 | 0 | 1 | F1 | 60 | 53 |
| Octal | 251 | 250 | 375 | 41 | 42 | 0 | 1 | 361 | 140 | 123 |
| Binary | 10101001 | 10101000 | 11111101 | 100001 | 100010 | 0 | 1 | 11110001 | 1100000 | 1010011 |
Color Harmonies of #A9A8FD
Complementary color
Monochromatic Colors of #A9A8FD
Black with #A9A8FD
Text Example
Text Example
White with #A9A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8FD; }
p { color: rgb(169,168,253); }
H1.HeaderClassName
{
color: #A9A8FD;
}
.AnyTagClassName
{
color: #A9A8FD;
}
</style>
background-color css
<style>
a { background-color: #A9A8FD; }
a { background-color: rgb(169,168,253); }
div.DivClassName
{
background-color: #A9A8FD;
}
.BgClassName
{
background-color: #A9A8FD;
}
</style>
border-color css
<style>
span { border-color: #A9A8FD; }
span { border-color: rgb(169,168,253); }
td.TdClassName
{
border-color: #A9A8FD;
}
.TagClassName
{
border-color: #A9A8FD;
}
</style>