Shades of Perano #A6A1F3
Tints of Perano #A6A1F3
RGB
CMYK
RGB Variations
Color information
#A6A1F3 (or 0xA6A1F3) is known color: Perano. HEX triplet: A6, A1 and F3. RGB value is (166,161,243). Sum of RGB (Red+Green+Blue) = 166+161+243=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #A6A1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A1F3 is #595E0C. Grayscale: #ABABAB. Windows color (decimal): -5856781 or 15966630. OLE color: 15966630.
HSL color Cylindrical-coordinate representation of color #A6A1F3: hue angle of 243.66º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6A1F3 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 161 | 243 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.05 |
| HSL | 243.66º | 0.77% | 0.79% | - |
| HSV(B) | 243.66º | 0.34% | 0.95% | - |
| XYZ | 44.65 | 40.07 | 90.17 | - |
| YUV | 171.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 243 | 0.32 | 0.34 | 0 | 0.05 | 243.66 | 0.77 | 0.79 |
| Hex | A6 | A1 | F3 | 20 | 22 | 0 | 5 | F4 | 4D | 4F |
| Octal | 246 | 241 | 363 | 40 | 42 | 0 | 5 | 364 | 115 | 117 |
| Binary | 10100110 | 10100001 | 11110011 | 100000 | 100010 | 0 | 101 | 11110100 | 1001101 | 1001111 |
Color Harmonies of #A6A1F3
Complementary color
Monochromatic Colors of #A6A1F3
Black with #A6A1F3
Text Example
Text Example
White with #A6A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A1F3; }
p { color: rgb(166,161,243); }
H1.HeaderClassName
{
color: #A6A1F3;
}
.AnyTagClassName
{
color: #A6A1F3;
}
</style>
background-color css
<style>
a { background-color: #A6A1F3; }
a { background-color: rgb(166,161,243); }
div.DivClassName
{
background-color: #A6A1F3;
}
.BgClassName
{
background-color: #A6A1F3;
}
</style>
border-color css
<style>
span { border-color: #A6A1F3; }
span { border-color: rgb(166,161,243); }
td.TdClassName
{
border-color: #A6A1F3;
}
.TagClassName
{
border-color: #A6A1F3;
}
</style>