Shades of Perano #A6A8EF
Tints of Perano #A6A8EF
RGB
CMYK
RGB Variations
Color information
#A6A8EF (or 0xA6A8EF) is known color: Perano. HEX triplet: A6, A8 and EF. RGB value is (166,168,239). Sum of RGB (Red+Green+Blue) = 166+168+239=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A8EF is #595710. Grayscale: #AFAFAF. Windows color (decimal): -5854993 or 15706278. OLE color: 15706278.
HSL color Cylindrical-coordinate representation of color #A6A8EF: hue angle of 238.36º 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 #A6A8EF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 168 | 239 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.06 |
| HSL | 238.36º | 0.7% | 0.79% | - |
| HSV(B) | 238.36º | 0.31% | 0.94% | - |
| XYZ | 45.31 | 42.34 | 87.45 | - |
| YUV | 175.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 239 | 0.31 | 0.30 | 0 | 0.06 | 238.36 | 0.7 | 0.79 |
| Hex | A6 | A8 | EF | 1F | 1E | 0 | 6 | EE | 46 | 4F |
| Octal | 246 | 250 | 357 | 37 | 36 | 0 | 6 | 356 | 106 | 117 |
| Binary | 10100110 | 10101000 | 11101111 | 11111 | 11110 | 0 | 110 | 11101110 | 1000110 | 1001111 |
Color Harmonies of #A6A8EF
Complementary color
Monochromatic Colors of #A6A8EF
Black with #A6A8EF
Text Example
Text Example
White with #A6A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8EF; }
p { color: rgb(166,168,239); }
H1.HeaderClassName
{
color: #A6A8EF;
}
.AnyTagClassName
{
color: #A6A8EF;
}
</style>
background-color css
<style>
a { background-color: #A6A8EF; }
a { background-color: rgb(166,168,239); }
div.DivClassName
{
background-color: #A6A8EF;
}
.BgClassName
{
background-color: #A6A8EF;
}
</style>
border-color css
<style>
span { border-color: #A6A8EF; }
span { border-color: rgb(166,168,239); }
td.TdClassName
{
border-color: #A6A8EF;
}
.TagClassName
{
border-color: #A6A8EF;
}
</style>