Shades of Perano #A6A1FE
Tints of Perano #A6A1FE
RGB
CMYK
RGB Variations
Color information
#A6A1FE (or 0xA6A1FE) is known color: Perano. HEX triplet: A6, A1 and FE. RGB value is (166,161,254). Sum of RGB (Red+Green+Blue) = 166+161+254=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A1FE is #595E01. Grayscale: #ACACAC. Windows color (decimal): -5856770 or 16687526. OLE color: 16687526.
HSL color Cylindrical-coordinate representation of color #A6A1FE: hue angle of 243.23º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6A1FE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 161 | 254 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.00 |
| HSL | 243.23º | 0.98% | 0.81% | - |
| HSV(B) | 243.23º | 0.37% | 1% | - |
| XYZ | 46.36 | 40.75 | 99.19 | - |
| YUV | 173.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 254 | 0.35 | 0.37 | 0 | 0.00 | 243.23 | 0.98 | 0.81 |
| Hex | A6 | A1 | FE | 23 | 25 | 0 | 0 | F3 | 62 | 51 |
| Octal | 246 | 241 | 376 | 43 | 45 | 0 | 0 | 363 | 142 | 121 |
| Binary | 10100110 | 10100001 | 11111110 | 100011 | 100101 | 0 | 0 | 11110011 | 1100010 | 1010001 |
Color Harmonies of #A6A1FE
Complementary color
Monochromatic Colors of #A6A1FE
Black with #A6A1FE
Text Example
Text Example
White with #A6A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A1FE; }
p { color: rgb(166,161,254); }
H1.HeaderClassName
{
color: #A6A1FE;
}
.AnyTagClassName
{
color: #A6A1FE;
}
</style>
background-color css
<style>
a { background-color: #A6A1FE; }
a { background-color: rgb(166,161,254); }
div.DivClassName
{
background-color: #A6A1FE;
}
.BgClassName
{
background-color: #A6A1FE;
}
</style>
border-color css
<style>
span { border-color: #A6A1FE; }
span { border-color: rgb(166,161,254); }
td.TdClassName
{
border-color: #A6A1FE;
}
.TagClassName
{
border-color: #A6A1FE;
}
</style>