Shades of Perano #A6ACDD
Tints of Perano #A6ACDD
RGB
CMYK
RGB Variations
Color information
#A6ACDD (or 0xA6ACDD) is known color: Perano. HEX triplet: A6, AC and DD. RGB value is (166,172,221). Sum of RGB (Red+Green+Blue) = 166+172+221=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACDD is #595322. Grayscale: #AFAFAF. Windows color (decimal): -5853987 or 14527654. OLE color: 14527654.
HSL color Cylindrical-coordinate representation of color #A6ACDD: hue angle of 233.45º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6ACDD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 172 | 221 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.13 |
| HSL | 233.45º | 0.45% | 0.76% | - |
| HSV(B) | 233.45º | 0.25% | 0.87% | - |
| XYZ | 43.53 | 42.83 | 74.38 | - |
| YUV | 175.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 221 | 0.25 | 0.22 | 0 | 0.13 | 233.45 | 0.45 | 0.76 |
| Hex | A6 | AC | DD | 19 | 16 | 0 | D | E9 | 2D | 4C |
| Octal | 246 | 254 | 335 | 31 | 26 | 0 | 15 | 351 | 55 | 114 |
| Binary | 10100110 | 10101100 | 11011101 | 11001 | 10110 | 0 | 1101 | 11101001 | 101101 | 1001100 |
Color Harmonies of #A6ACDD
Complementary color
Monochromatic Colors of #A6ACDD
Black with #A6ACDD
Text Example
Text Example
White with #A6ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACDD; }
p { color: rgb(166,172,221); }
H1.HeaderClassName
{
color: #A6ACDD;
}
.AnyTagClassName
{
color: #A6ACDD;
}
</style>
background-color css
<style>
a { background-color: #A6ACDD; }
a { background-color: rgb(166,172,221); }
div.DivClassName
{
background-color: #A6ACDD;
}
.BgClassName
{
background-color: #A6ACDD;
}
</style>
border-color css
<style>
span { border-color: #A6ACDD; }
span { border-color: rgb(166,172,221); }
td.TdClassName
{
border-color: #A6ACDD;
}
.TagClassName
{
border-color: #A6ACDD;
}
</style>