Shades of Perano #A6A9EA
Tints of Perano #A6A9EA
RGB
CMYK
RGB Variations
Color information
#A6A9EA (or 0xA6A9EA) is known color: Perano. HEX triplet: A6, A9 and EA. RGB value is (166,169,234). Sum of RGB (Red+Green+Blue) = 166+169+234=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6A9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A9EA is #595615. Grayscale: #AFAFAF. Windows color (decimal): -5854742 or 15378854. OLE color: 15378854.
HSL color Cylindrical-coordinate representation of color #A6A9EA: hue angle of 237.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A9EA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 169 | 234 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.08 |
| HSL | 237.35º | 0.62% | 0.78% | - |
| HSV(B) | 237.35º | 0.29% | 0.92% | - |
| XYZ | 44.77 | 42.42 | 83.67 | - |
| YUV | 175.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 234 | 0.29 | 0.28 | 0 | 0.08 | 237.35 | 0.62 | 0.78 |
| Hex | A6 | A9 | EA | 1D | 1C | 0 | 8 | ED | 3E | 4E |
| Octal | 246 | 251 | 352 | 35 | 34 | 0 | 10 | 355 | 76 | 116 |
| Binary | 10100110 | 10101001 | 11101010 | 11101 | 11100 | 0 | 1000 | 11101101 | 111110 | 1001110 |
Color Harmonies of #A6A9EA
Complementary color
Monochromatic Colors of #A6A9EA
Black with #A6A9EA
Text Example
Text Example
White with #A6A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A9EA; }
p { color: rgb(166,169,234); }
H1.HeaderClassName
{
color: #A6A9EA;
}
.AnyTagClassName
{
color: #A6A9EA;
}
</style>
background-color css
<style>
a { background-color: #A6A9EA; }
a { background-color: rgb(166,169,234); }
div.DivClassName
{
background-color: #A6A9EA;
}
.BgClassName
{
background-color: #A6A9EA;
}
</style>
border-color css
<style>
span { border-color: #A6A9EA; }
span { border-color: rgb(166,169,234); }
td.TdClassName
{
border-color: #A6A9EA;
}
.TagClassName
{
border-color: #A6A9EA;
}
</style>