Shades of Perano #A5A6EF
Tints of Perano #A5A6EF
RGB
CMYK
RGB Variations
Color information
#A5A6EF (or 0xA5A6EF) is known color: Perano. HEX triplet: A5, A6 and EF. RGB value is (165,166,239). Sum of RGB (Red+Green+Blue) = 165+166+239=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A6EF is #5A5910. Grayscale: #ADADAD. Windows color (decimal): -5921041 or 15705765. OLE color: 15705765.
HSL color Cylindrical-coordinate representation of color #A5A6EF: hue angle of 239.19º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5A6EF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 166 | 239 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.06 |
| HSL | 239.19º | 0.7% | 0.79% | - |
| HSV(B) | 239.19º | 0.31% | 0.94% | - |
| XYZ | 44.73 | 41.5 | 87.31 | - |
| YUV | 174.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 239 | 0.31 | 0.31 | 0 | 0.06 | 239.19 | 0.7 | 0.79 |
| Hex | A5 | A6 | EF | 1F | 1F | 0 | 6 | EF | 46 | 4F |
| Octal | 245 | 246 | 357 | 37 | 37 | 0 | 6 | 357 | 106 | 117 |
| Binary | 10100101 | 10100110 | 11101111 | 11111 | 11111 | 0 | 110 | 11101111 | 1000110 | 1001111 |
Color Harmonies of #A5A6EF
Complementary color
Monochromatic Colors of #A5A6EF
Black with #A5A6EF
Text Example
Text Example
White with #A5A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A6EF; }
p { color: rgb(165,166,239); }
H1.HeaderClassName
{
color: #A5A6EF;
}
.AnyTagClassName
{
color: #A5A6EF;
}
</style>
background-color css
<style>
a { background-color: #A5A6EF; }
a { background-color: rgb(165,166,239); }
div.DivClassName
{
background-color: #A5A6EF;
}
.BgClassName
{
background-color: #A5A6EF;
}
</style>
border-color css
<style>
span { border-color: #A5A6EF; }
span { border-color: rgb(165,166,239); }
td.TdClassName
{
border-color: #A5A6EF;
}
.TagClassName
{
border-color: #A5A6EF;
}
</style>