Shades of Perano #A6A8E6
Tints of Perano #A6A8E6
RGB
CMYK
RGB Variations
Color information
#A6A8E6 (or 0xA6A8E6) is known color: Perano. HEX triplet: A6, A8 and E6. RGB value is (166,168,230). Sum of RGB (Red+Green+Blue) = 166+168+230=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #A6A8E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A8E6 is #595719. Grayscale: #AEAEAE. Windows color (decimal): -5855002 or 15116454. OLE color: 15116454.
HSL color Cylindrical-coordinate representation of color #A6A8E6: hue angle of 238.12º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6A8E6 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 168 | 230 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.10 |
| HSL | 238.13º | 0.56% | 0.78% | - |
| HSV(B) | 238.13º | 0.28% | 0.9% | - |
| XYZ | 44.01 | 41.83 | 80.62 | - |
| YUV | 174.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 230 | 0.28 | 0.27 | 0 | 0.10 | 238.13 | 0.56 | 0.78 |
| Hex | A6 | A8 | E6 | 1C | 1B | 0 | A | EE | 38 | 4E |
| Octal | 246 | 250 | 346 | 34 | 33 | 0 | 12 | 356 | 70 | 116 |
| Binary | 10100110 | 10101000 | 11100110 | 11100 | 11011 | 0 | 1010 | 11101110 | 111000 | 1001110 |
Color Harmonies of #A6A8E6
Complementary color
Monochromatic Colors of #A6A8E6
Black with #A6A8E6
Text Example
Text Example
White with #A6A8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8E6; }
p { color: rgb(166,168,230); }
H1.HeaderClassName
{
color: #A6A8E6;
}
.AnyTagClassName
{
color: #A6A8E6;
}
</style>
background-color css
<style>
a { background-color: #A6A8E6; }
a { background-color: rgb(166,168,230); }
div.DivClassName
{
background-color: #A6A8E6;
}
.BgClassName
{
background-color: #A6A8E6;
}
</style>
border-color css
<style>
span { border-color: #A6A8E6; }
span { border-color: rgb(166,168,230); }
td.TdClassName
{
border-color: #A6A8E6;
}
.TagClassName
{
border-color: #A6A8E6;
}
</style>