Shades of Perano #A6ACE1
Tints of Perano #A6ACE1
RGB
CMYK
RGB Variations
Color information
#A6ACE1 (or 0xA6ACE1) is known color: Perano. HEX triplet: A6, AC and E1. RGB value is (166,172,225). Sum of RGB (Red+Green+Blue) = 166+172+225=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACE1 is #59531E. Grayscale: #B0B0B0. Windows color (decimal): -5853983 or 14789798. OLE color: 14789798.
HSL color Cylindrical-coordinate representation of color #A6ACE1: hue angle of 233.9º 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 #A6ACE1 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 172 | 225 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.12 |
| HSL | 233.9º | 0.5% | 0.77% | - |
| HSV(B) | 233.9º | 0.26% | 0.88% | - |
| XYZ | 44.07 | 43.05 | 77.22 | - |
| YUV | 176.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 225 | 0.26 | 0.24 | 0 | 0.12 | 233.9 | 0.5 | 0.77 |
| Hex | A6 | AC | E1 | 1A | 18 | 0 | C | EA | 32 | 4D |
| Octal | 246 | 254 | 341 | 32 | 30 | 0 | 14 | 352 | 62 | 115 |
| Binary | 10100110 | 10101100 | 11100001 | 11010 | 11000 | 0 | 1100 | 11101010 | 110010 | 1001101 |
Color Harmonies of #A6ACE1
Complementary color
Monochromatic Colors of #A6ACE1
Black with #A6ACE1
Text Example
Text Example
White with #A6ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACE1; }
p { color: rgb(166,172,225); }
H1.HeaderClassName
{
color: #A6ACE1;
}
.AnyTagClassName
{
color: #A6ACE1;
}
</style>
background-color css
<style>
a { background-color: #A6ACE1; }
a { background-color: rgb(166,172,225); }
div.DivClassName
{
background-color: #A6ACE1;
}
.BgClassName
{
background-color: #A6ACE1;
}
</style>
border-color css
<style>
span { border-color: #A6ACE1; }
span { border-color: rgb(166,172,225); }
td.TdClassName
{
border-color: #A6ACE1;
}
.TagClassName
{
border-color: #A6ACE1;
}
</style>