Shades of Perano #A3A9FB
Tints of Perano #A3A9FB
RGB
CMYK
RGB Variations
Color information
#A3A9FB (or 0xA3A9FB) is known color: Perano. HEX triplet: A3, A9 and FB. RGB value is (163,169,251). Sum of RGB (Red+Green+Blue) = 163+169+251=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3A9FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A9FB is #5C5604. Grayscale: #B0B0B0. Windows color (decimal): -6051333 or 16492963. OLE color: 16492963.
HSL color Cylindrical-coordinate representation of color #A3A9FB: hue angle of 235.91º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3A9FB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 169 | 251 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.02 |
| HSL | 235.91º | 0.92% | 0.81% | - |
| HSV(B) | 235.91º | 0.35% | 0.98% | - |
| XYZ | 46.7 | 43.13 | 97.13 | - |
| YUV | 176.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 251 | 0.35 | 0.33 | 0 | 0.02 | 235.91 | 0.92 | 0.81 |
| Hex | A3 | A9 | FB | 23 | 21 | 0 | 2 | EC | 5C | 51 |
| Octal | 243 | 251 | 373 | 43 | 41 | 0 | 2 | 354 | 134 | 121 |
| Binary | 10100011 | 10101001 | 11111011 | 100011 | 100001 | 0 | 10 | 11101100 | 1011100 | 1010001 |
Color Harmonies of #A3A9FB
Complementary color
Monochromatic Colors of #A3A9FB
Black with #A3A9FB
Text Example
Text Example
White with #A3A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A9FB; }
p { color: rgb(163,169,251); }
H1.HeaderClassName
{
color: #A3A9FB;
}
.AnyTagClassName
{
color: #A3A9FB;
}
</style>
background-color css
<style>
a { background-color: #A3A9FB; }
a { background-color: rgb(163,169,251); }
div.DivClassName
{
background-color: #A3A9FB;
}
.BgClassName
{
background-color: #A3A9FB;
}
</style>
border-color css
<style>
span { border-color: #A3A9FB; }
span { border-color: rgb(163,169,251); }
td.TdClassName
{
border-color: #A3A9FB;
}
.TagClassName
{
border-color: #A3A9FB;
}
</style>