Shades of Perano #A6A2F1
Tints of Perano #A6A2F1
RGB
CMYK
RGB Variations
Color information
#A6A2F1 (or 0xA6A2F1) is known color: Perano. HEX triplet: A6, A2 and F1. RGB value is (166,162,241). Sum of RGB (Red+Green+Blue) = 166+162+241=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6A2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A2F1 is #595D0E. Grayscale: #ABABAB. Windows color (decimal): -5856527 or 15835814. OLE color: 15835814.
HSL color Cylindrical-coordinate representation of color #A6A2F1: hue angle of 243.04º 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 #A6A2F1 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 162 | 241 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.05 |
| HSL | 243.04º | 0.74% | 0.79% | - |
| HSV(B) | 243.04º | 0.33% | 0.95% | - |
| XYZ | 44.52 | 40.3 | 88.65 | - |
| YUV | 172.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 241 | 0.31 | 0.33 | 0 | 0.05 | 243.04 | 0.74 | 0.79 |
| Hex | A6 | A2 | F1 | 1F | 21 | 0 | 5 | F3 | 4A | 4F |
| Octal | 246 | 242 | 361 | 37 | 41 | 0 | 5 | 363 | 112 | 117 |
| Binary | 10100110 | 10100010 | 11110001 | 11111 | 100001 | 0 | 101 | 11110011 | 1001010 | 1001111 |
Color Harmonies of #A6A2F1
Complementary color
Monochromatic Colors of #A6A2F1
Black with #A6A2F1
Text Example
Text Example
White with #A6A2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A2F1; }
p { color: rgb(166,162,241); }
H1.HeaderClassName
{
color: #A6A2F1;
}
.AnyTagClassName
{
color: #A6A2F1;
}
</style>
background-color css
<style>
a { background-color: #A6A2F1; }
a { background-color: rgb(166,162,241); }
div.DivClassName
{
background-color: #A6A2F1;
}
.BgClassName
{
background-color: #A6A2F1;
}
</style>
border-color css
<style>
span { border-color: #A6A2F1; }
span { border-color: rgb(166,162,241); }
td.TdClassName
{
border-color: #A6A2F1;
}
.TagClassName
{
border-color: #A6A2F1;
}
</style>