Shades of Perano #A6A9EF
Tints of Perano #A6A9EF
RGB
CMYK
RGB Variations
Color information
#A6A9EF (or 0xA6A9EF) is known color: Perano. HEX triplet: A6, A9 and EF. RGB value is (166,169,239). Sum of RGB (Red+Green+Blue) = 166+169+239=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6A9EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A9EF is #595610. Grayscale: #AFAFAF. Windows color (decimal): -5854737 or 15706534. OLE color: 15706534.
HSL color Cylindrical-coordinate representation of color #A6A9EF: hue angle of 237.53º 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 #A6A9EF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 169 | 239 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.06 |
| HSL | 237.53º | 0.7% | 0.79% | - |
| HSV(B) | 237.53º | 0.31% | 0.94% | - |
| XYZ | 45.49 | 42.71 | 87.51 | - |
| YUV | 176.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 239 | 0.31 | 0.29 | 0 | 0.06 | 237.53 | 0.7 | 0.79 |
| Hex | A6 | A9 | EF | 1F | 1D | 0 | 6 | EE | 46 | 4F |
| Octal | 246 | 251 | 357 | 37 | 35 | 0 | 6 | 356 | 106 | 117 |
| Binary | 10100110 | 10101001 | 11101111 | 11111 | 11101 | 0 | 110 | 11101110 | 1000110 | 1001111 |
Color Harmonies of #A6A9EF
Complementary color
Monochromatic Colors of #A6A9EF
Black with #A6A9EF
Text Example
Text Example
White with #A6A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A9EF; }
p { color: rgb(166,169,239); }
H1.HeaderClassName
{
color: #A6A9EF;
}
.AnyTagClassName
{
color: #A6A9EF;
}
</style>
background-color css
<style>
a { background-color: #A6A9EF; }
a { background-color: rgb(166,169,239); }
div.DivClassName
{
background-color: #A6A9EF;
}
.BgClassName
{
background-color: #A6A9EF;
}
</style>
border-color css
<style>
span { border-color: #A6A9EF; }
span { border-color: rgb(166,169,239); }
td.TdClassName
{
border-color: #A6A9EF;
}
.TagClassName
{
border-color: #A6A9EF;
}
</style>