Shades of Perano #A1A3F1
Tints of Perano #A1A3F1
RGB
CMYK
RGB Variations
Color information
#A1A3F1 (or 0xA1A3F1) is known color: Perano. HEX triplet: A1, A3 and F1. RGB value is (161,163,241). Sum of RGB (Red+Green+Blue) = 161+163+241=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1A3F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A3F1 is #5E5C0E. Grayscale: #AAAAAA. Windows color (decimal): -6183951 or 15836065. OLE color: 15836065.
HSL color Cylindrical-coordinate representation of color #A1A3F1: hue angle of 238.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A3F1 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 163 | 241 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.05 |
| HSL | 238.5º | 0.74% | 0.79% | - |
| HSV(B) | 238.5º | 0.33% | 0.95% | - |
| XYZ | 43.67 | 40.12 | 88.66 | - |
| YUV | 171.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 241 | 0.33 | 0.32 | 0 | 0.05 | 238.5 | 0.74 | 0.79 |
| Hex | A1 | A3 | F1 | 21 | 20 | 0 | 5 | EE | 4A | 4F |
| Octal | 241 | 243 | 361 | 41 | 40 | 0 | 5 | 356 | 112 | 117 |
| Binary | 10100001 | 10100011 | 11110001 | 100001 | 100000 | 0 | 101 | 11101110 | 1001010 | 1001111 |
Color Harmonies of #A1A3F1
Complementary color
Monochromatic Colors of #A1A3F1
Black with #A1A3F1
Text Example
Text Example
White with #A1A3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A3F1; }
p { color: rgb(161,163,241); }
H1.HeaderClassName
{
color: #A1A3F1;
}
.AnyTagClassName
{
color: #A1A3F1;
}
</style>
background-color css
<style>
a { background-color: #A1A3F1; }
a { background-color: rgb(161,163,241); }
div.DivClassName
{
background-color: #A1A3F1;
}
.BgClassName
{
background-color: #A1A3F1;
}
</style>
border-color css
<style>
span { border-color: #A1A3F1; }
span { border-color: rgb(161,163,241); }
td.TdClassName
{
border-color: #A1A3F1;
}
.TagClassName
{
border-color: #A1A3F1;
}
</style>