Shades of Perano #A3A1F6
Tints of Perano #A3A1F6
RGB
CMYK
RGB Variations
Color information
#A3A1F6 (or 0xA3A1F6) is known color: Perano. HEX triplet: A3, A1 and F6. RGB value is (163,161,246). Sum of RGB (Red+Green+Blue) = 163+161+246=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3A1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A1F6 is #5C5E09. Grayscale: #AAAAAA. Windows color (decimal): -6053386 or 16163235. OLE color: 16163235.
HSL color Cylindrical-coordinate representation of color #A3A1F6: hue angle of 241.41º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3A1F6 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 161 | 246 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.04 |
| HSL | 241.41º | 0.83% | 0.8% | - |
| HSV(B) | 241.41º | 0.35% | 0.96% | - |
| XYZ | 44.48 | 39.93 | 92.55 | - |
| YUV | 171.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 246 | 0.34 | 0.35 | 0 | 0.04 | 241.41 | 0.83 | 0.8 |
| Hex | A3 | A1 | F6 | 22 | 23 | 0 | 4 | F1 | 53 | 50 |
| Octal | 243 | 241 | 366 | 42 | 43 | 0 | 4 | 361 | 123 | 120 |
| Binary | 10100011 | 10100001 | 11110110 | 100010 | 100011 | 0 | 100 | 11110001 | 1010011 | 1010000 |
Color Harmonies of #A3A1F6
Complementary color
Monochromatic Colors of #A3A1F6
Black with #A3A1F6
Text Example
Text Example
White with #A3A1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A1F6; }
p { color: rgb(163,161,246); }
H1.HeaderClassName
{
color: #A3A1F6;
}
.AnyTagClassName
{
color: #A3A1F6;
}
</style>
background-color css
<style>
a { background-color: #A3A1F6; }
a { background-color: rgb(163,161,246); }
div.DivClassName
{
background-color: #A3A1F6;
}
.BgClassName
{
background-color: #A3A1F6;
}
</style>
border-color css
<style>
span { border-color: #A3A1F6; }
span { border-color: rgb(163,161,246); }
td.TdClassName
{
border-color: #A3A1F6;
}
.TagClassName
{
border-color: #A3A1F6;
}
</style>