Shades of Perano #A5A7F1
Tints of Perano #A5A7F1
RGB
CMYK
RGB Variations
Color information
#A5A7F1 (or 0xA5A7F1) is known color: Perano. HEX triplet: A5, A7 and F1. RGB value is (165,167,241). Sum of RGB (Red+Green+Blue) = 165+167+241=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5A7F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A7F1 is #5A580E. Grayscale: #AEAEAE. Windows color (decimal): -5920783 or 15837093. OLE color: 15837093.
HSL color Cylindrical-coordinate representation of color #A5A7F1: hue angle of 238.42º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5A7F1 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 167 | 241 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.05 |
| HSL | 238.42º | 0.73% | 0.8% | - |
| HSV(B) | 238.42º | 0.32% | 0.95% | - |
| XYZ | 45.21 | 41.99 | 88.94 | - |
| YUV | 174.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 241 | 0.32 | 0.31 | 0 | 0.05 | 238.42 | 0.73 | 0.8 |
| Hex | A5 | A7 | F1 | 20 | 1F | 0 | 5 | EE | 49 | 50 |
| Octal | 245 | 247 | 361 | 40 | 37 | 0 | 5 | 356 | 111 | 120 |
| Binary | 10100101 | 10100111 | 11110001 | 100000 | 11111 | 0 | 101 | 11101110 | 1001001 | 1010000 |
Color Harmonies of #A5A7F1
Complementary color
Monochromatic Colors of #A5A7F1
Black with #A5A7F1
Text Example
Text Example
White with #A5A7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A7F1; }
p { color: rgb(165,167,241); }
H1.HeaderClassName
{
color: #A5A7F1;
}
.AnyTagClassName
{
color: #A5A7F1;
}
</style>
background-color css
<style>
a { background-color: #A5A7F1; }
a { background-color: rgb(165,167,241); }
div.DivClassName
{
background-color: #A5A7F1;
}
.BgClassName
{
background-color: #A5A7F1;
}
</style>
border-color css
<style>
span { border-color: #A5A7F1; }
span { border-color: rgb(165,167,241); }
td.TdClassName
{
border-color: #A5A7F1;
}
.TagClassName
{
border-color: #A5A7F1;
}
</style>