Shades of Perano #A6A8E1
Tints of Perano #A6A8E1
RGB
CMYK
RGB Variations
Color information
#A6A8E1 (or 0xA6A8E1) is known color: Perano. HEX triplet: A6, A8 and E1. RGB value is (166,168,225). Sum of RGB (Red+Green+Blue) = 166+168+225=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6A8E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8E1 is #59571E. Grayscale: #ADADAD. Windows color (decimal): -5855007 or 14788774. OLE color: 14788774.
HSL color Cylindrical-coordinate representation of color #A6A8E1: hue angle of 237.97º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6A8E1 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 168 | 225 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.12 |
| HSL | 237.97º | 0.5% | 0.77% | - |
| HSV(B) | 237.97º | 0.26% | 0.88% | - |
| XYZ | 43.32 | 41.55 | 76.97 | - |
| YUV | 173.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 225 | 0.26 | 0.25 | 0 | 0.12 | 237.97 | 0.5 | 0.77 |
| Hex | A6 | A8 | E1 | 1A | 19 | 0 | C | EE | 32 | 4D |
| Octal | 246 | 250 | 341 | 32 | 31 | 0 | 14 | 356 | 62 | 115 |
| Binary | 10100110 | 10101000 | 11100001 | 11010 | 11001 | 0 | 1100 | 11101110 | 110010 | 1001101 |
Color Harmonies of #A6A8E1
Complementary color
Monochromatic Colors of #A6A8E1
Black with #A6A8E1
Text Example
Text Example
White with #A6A8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8E1; }
p { color: rgb(166,168,225); }
H1.HeaderClassName
{
color: #A6A8E1;
}
.AnyTagClassName
{
color: #A6A8E1;
}
</style>
background-color css
<style>
a { background-color: #A6A8E1; }
a { background-color: rgb(166,168,225); }
div.DivClassName
{
background-color: #A6A8E1;
}
.BgClassName
{
background-color: #A6A8E1;
}
</style>
border-color css
<style>
span { border-color: #A6A8E1; }
span { border-color: rgb(166,168,225); }
td.TdClassName
{
border-color: #A6A8E1;
}
.TagClassName
{
border-color: #A6A8E1;
}
</style>