Shades of Perano #A2A1F1
Tints of Perano #A2A1F1
RGB
CMYK
RGB Variations
Color information
#A2A1F1 (or 0xA2A1F1) is known color: Perano. HEX triplet: A2, A1 and F1. RGB value is (162,161,241). Sum of RGB (Red+Green+Blue) = 162+161+241=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2A1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A1F1 is #5D5E0E. Grayscale: #AAAAAA. Windows color (decimal): -6118927 or 15835554. OLE color: 15835554.
HSL color Cylindrical-coordinate representation of color #A2A1F1: hue angle of 240.75º 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 #A2A1F1 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 161 | 241 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.05 |
| HSL | 240.75º | 0.74% | 0.79% | - |
| HSV(B) | 240.75º | 0.33% | 0.95% | - |
| XYZ | 43.52 | 39.52 | 88.55 | - |
| YUV | 170.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 241 | 0.33 | 0.33 | 0 | 0.05 | 240.75 | 0.74 | 0.79 |
| Hex | A2 | A1 | F1 | 21 | 21 | 0 | 5 | F1 | 4A | 4F |
| Octal | 242 | 241 | 361 | 41 | 41 | 0 | 5 | 361 | 112 | 117 |
| Binary | 10100010 | 10100001 | 11110001 | 100001 | 100001 | 0 | 101 | 11110001 | 1001010 | 1001111 |
Color Harmonies of #A2A1F1
Complementary color
Monochromatic Colors of #A2A1F1
Black with #A2A1F1
Text Example
Text Example
White with #A2A1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A1F1; }
p { color: rgb(162,161,241); }
H1.HeaderClassName
{
color: #A2A1F1;
}
.AnyTagClassName
{
color: #A2A1F1;
}
</style>
background-color css
<style>
a { background-color: #A2A1F1; }
a { background-color: rgb(162,161,241); }
div.DivClassName
{
background-color: #A2A1F1;
}
.BgClassName
{
background-color: #A2A1F1;
}
</style>
border-color css
<style>
span { border-color: #A2A1F1; }
span { border-color: rgb(162,161,241); }
td.TdClassName
{
border-color: #A2A1F1;
}
.TagClassName
{
border-color: #A2A1F1;
}
</style>