Shades of Perano #A7A9F1
Tints of Perano #A7A9F1
RGB
CMYK
RGB Variations
Color information
#A7A9F1 (or 0xA7A9F1) is known color: Perano. HEX triplet: A7, A9 and F1. RGB value is (167,169,241). Sum of RGB (Red+Green+Blue) = 167+169+241=577 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.94% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #A7A9F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A9F1 is #58560E. Grayscale: #B0B0B0. Windows color (decimal): -5789199 or 15837607. OLE color: 15837607.
HSL color Cylindrical-coordinate representation of color #A7A9F1: hue angle of 238.38º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7A9F1 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 169 | 241 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.05 |
| HSL | 238.38º | 0.73% | 0.8% | - |
| HSV(B) | 238.38º | 0.31% | 0.95% | - |
| XYZ | 46 | 42.94 | 89.08 | - |
| YUV | 176.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 241 | 0.31 | 0.30 | 0 | 0.05 | 238.38 | 0.73 | 0.8 |
| Hex | A7 | A9 | F1 | 1F | 1E | 0 | 5 | EE | 49 | 50 |
| Octal | 247 | 251 | 361 | 37 | 36 | 0 | 5 | 356 | 111 | 120 |
| Binary | 10100111 | 10101001 | 11110001 | 11111 | 11110 | 0 | 101 | 11101110 | 1001001 | 1010000 |
Color Harmonies of #A7A9F1
Complementary color
Monochromatic Colors of #A7A9F1
Black with #A7A9F1
Text Example
Text Example
White with #A7A9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A9F1; }
p { color: rgb(167,169,241); }
H1.HeaderClassName
{
color: #A7A9F1;
}
.AnyTagClassName
{
color: #A7A9F1;
}
</style>
background-color css
<style>
a { background-color: #A7A9F1; }
a { background-color: rgb(167,169,241); }
div.DivClassName
{
background-color: #A7A9F1;
}
.BgClassName
{
background-color: #A7A9F1;
}
</style>
border-color css
<style>
span { border-color: #A7A9F1; }
span { border-color: rgb(167,169,241); }
td.TdClassName
{
border-color: #A7A9F1;
}
.TagClassName
{
border-color: #A7A9F1;
}
</style>