Shades of Perano #A9A3F8
Tints of Perano #A9A3F8
RGB
CMYK
RGB Variations
Color information
#A9A3F8 (or 0xA9A3F8) is known color: Perano. HEX triplet: A9, A3 and F8. RGB value is (169,163,248). Sum of RGB (Red+Green+Blue) = 169+163+248=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9A3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A3F8 is #565C07. Grayscale: #AEAEAE. Windows color (decimal): -5659656 or 16294825. OLE color: 16294825.
HSL color Cylindrical-coordinate representation of color #A9A3F8: hue angle of 244.24º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9A3F8 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 163 | 248 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.03 |
| HSL | 244.24º | 0.86% | 0.81% | - |
| HSV(B) | 244.24º | 0.34% | 0.97% | - |
| XYZ | 46.4 | 41.41 | 94.35 | - |
| YUV | 174.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 248 | 0.32 | 0.34 | 0 | 0.03 | 244.24 | 0.86 | 0.81 |
| Hex | A9 | A3 | F8 | 20 | 22 | 0 | 3 | F4 | 56 | 51 |
| Octal | 251 | 243 | 370 | 40 | 42 | 0 | 3 | 364 | 126 | 121 |
| Binary | 10101001 | 10100011 | 11111000 | 100000 | 100010 | 0 | 11 | 11110100 | 1010110 | 1010001 |
Color Harmonies of #A9A3F8
Complementary color
Monochromatic Colors of #A9A3F8
Black with #A9A3F8
Text Example
Text Example
White with #A9A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A3F8; }
p { color: rgb(169,163,248); }
H1.HeaderClassName
{
color: #A9A3F8;
}
.AnyTagClassName
{
color: #A9A3F8;
}
</style>
background-color css
<style>
a { background-color: #A9A3F8; }
a { background-color: rgb(169,163,248); }
div.DivClassName
{
background-color: #A9A3F8;
}
.BgClassName
{
background-color: #A9A3F8;
}
</style>
border-color css
<style>
span { border-color: #A9A3F8; }
span { border-color: rgb(169,163,248); }
td.TdClassName
{
border-color: #A9A3F8;
}
.TagClassName
{
border-color: #A9A3F8;
}
</style>