Shades of Perano #A3A9FE
Tints of Perano #A3A9FE
RGB
CMYK
RGB Variations
Color information
#A3A9FE (or 0xA3A9FE) is known color: Perano. HEX triplet: A3, A9 and FE. RGB value is (163,169,254). Sum of RGB (Red+Green+Blue) = 163+169+254=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3A9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A9FE is #5C5601. Grayscale: #B0B0B0. Windows color (decimal): -6051330 or 16689571. OLE color: 16689571.
HSL color Cylindrical-coordinate representation of color #A3A9FE: hue angle of 236.04º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3A9FE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 169 | 254 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.00 |
| HSL | 236.04º | 0.98% | 0.82% | - |
| HSV(B) | 236.04º | 0.36% | 1% | - |
| XYZ | 47.18 | 43.32 | 99.64 | - |
| YUV | 176.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 254 | 0.36 | 0.33 | 0 | 0.00 | 236.04 | 0.98 | 0.82 |
| Hex | A3 | A9 | FE | 24 | 21 | 0 | 0 | EC | 62 | 52 |
| Octal | 243 | 251 | 376 | 44 | 41 | 0 | 0 | 354 | 142 | 122 |
| Binary | 10100011 | 10101001 | 11111110 | 100100 | 100001 | 0 | 0 | 11101100 | 1100010 | 1010010 |
Color Harmonies of #A3A9FE
Complementary color
Monochromatic Colors of #A3A9FE
Black with #A3A9FE
Text Example
Text Example
White with #A3A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A9FE; }
p { color: rgb(163,169,254); }
H1.HeaderClassName
{
color: #A3A9FE;
}
.AnyTagClassName
{
color: #A3A9FE;
}
</style>
background-color css
<style>
a { background-color: #A3A9FE; }
a { background-color: rgb(163,169,254); }
div.DivClassName
{
background-color: #A3A9FE;
}
.BgClassName
{
background-color: #A3A9FE;
}
</style>
border-color css
<style>
span { border-color: #A3A9FE; }
span { border-color: rgb(163,169,254); }
td.TdClassName
{
border-color: #A3A9FE;
}
.TagClassName
{
border-color: #A3A9FE;
}
</style>