Shades of Perano #A3A9FD
Tints of Perano #A3A9FD
RGB
CMYK
RGB Variations
Color information
#A3A9FD (or 0xA3A9FD) is known color: Perano. HEX triplet: A3, A9 and FD. RGB value is (163,169,253). Sum of RGB (Red+Green+Blue) = 163+169+253=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3A9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A9FD is #5C5602. Grayscale: #B0B0B0. Windows color (decimal): -6051331 or 16624035. OLE color: 16624035.
HSL color Cylindrical-coordinate representation of color #A3A9FD: hue angle of 236º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3A9FD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 169 | 253 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.01 |
| HSL | 236º | 0.96% | 0.82% | - |
| HSV(B) | 236º | 0.36% | 0.99% | - |
| XYZ | 47.02 | 43.25 | 98.8 | - |
| YUV | 176.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 253 | 0.36 | 0.33 | 0 | 0.01 | 236 | 0.96 | 0.82 |
| Hex | A3 | A9 | FD | 24 | 21 | 0 | 1 | EC | 60 | 52 |
| Octal | 243 | 251 | 375 | 44 | 41 | 0 | 1 | 354 | 140 | 122 |
| Binary | 10100011 | 10101001 | 11111101 | 100100 | 100001 | 0 | 1 | 11101100 | 1100000 | 1010010 |
Color Harmonies of #A3A9FD
Complementary color
Monochromatic Colors of #A3A9FD
Black with #A3A9FD
Text Example
Text Example
White with #A3A9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A9FD; }
p { color: rgb(163,169,253); }
H1.HeaderClassName
{
color: #A3A9FD;
}
.AnyTagClassName
{
color: #A3A9FD;
}
</style>
background-color css
<style>
a { background-color: #A3A9FD; }
a { background-color: rgb(163,169,253); }
div.DivClassName
{
background-color: #A3A9FD;
}
.BgClassName
{
background-color: #A3A9FD;
}
</style>
border-color css
<style>
span { border-color: #A3A9FD; }
span { border-color: rgb(163,169,253); }
td.TdClassName
{
border-color: #A3A9FD;
}
.TagClassName
{
border-color: #A3A9FD;
}
</style>