Shades of Perano #A4A6EF
Tints of Perano #A4A6EF
RGB
CMYK
RGB Variations
Color information
#A4A6EF (or 0xA4A6EF) is known color: Perano. HEX triplet: A4, A6 and EF. RGB value is (164,166,239). Sum of RGB (Red+Green+Blue) = 164+166+239=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A6EF is #5B5910. Grayscale: #ADADAD. Windows color (decimal): -5986577 or 15705764. OLE color: 15705764.
HSL color Cylindrical-coordinate representation of color #A4A6EF: hue angle of 238.4º 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 #A4A6EF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 166 | 239 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.06 |
| HSL | 238.4º | 0.7% | 0.79% | - |
| HSV(B) | 238.4º | 0.31% | 0.94% | - |
| XYZ | 44.53 | 41.4 | 87.3 | - |
| YUV | 173.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 239 | 0.31 | 0.31 | 0 | 0.06 | 238.4 | 0.7 | 0.79 |
| Hex | A4 | A6 | EF | 1F | 1F | 0 | 6 | EE | 46 | 4F |
| Octal | 244 | 246 | 357 | 37 | 37 | 0 | 6 | 356 | 106 | 117 |
| Binary | 10100100 | 10100110 | 11101111 | 11111 | 11111 | 0 | 110 | 11101110 | 1000110 | 1001111 |
Color Harmonies of #A4A6EF
Complementary color
Monochromatic Colors of #A4A6EF
Black with #A4A6EF
Text Example
Text Example
White with #A4A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A6EF; }
p { color: rgb(164,166,239); }
H1.HeaderClassName
{
color: #A4A6EF;
}
.AnyTagClassName
{
color: #A4A6EF;
}
</style>
background-color css
<style>
a { background-color: #A4A6EF; }
a { background-color: rgb(164,166,239); }
div.DivClassName
{
background-color: #A4A6EF;
}
.BgClassName
{
background-color: #A4A6EF;
}
</style>
border-color css
<style>
span { border-color: #A4A6EF; }
span { border-color: rgb(164,166,239); }
td.TdClassName
{
border-color: #A4A6EF;
}
.TagClassName
{
border-color: #A4A6EF;
}
</style>