Shades of Perano #A6AADF
Tints of Perano #A6AADF
RGB
CMYK
RGB Variations
Color information
#A6AADF (or 0xA6AADF) is known color: Perano. HEX triplet: A6, AA and DF. RGB value is (166,170,223). Sum of RGB (Red+Green+Blue) = 166+170+223=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AADF is #595520. Grayscale: #AEAEAE. Windows color (decimal): -5854497 or 14658214. OLE color: 14658214.
HSL color Cylindrical-coordinate representation of color #A6AADF: hue angle of 235.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6AADF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 170 | 223 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.13 |
| HSL | 235.79º | 0.47% | 0.76% | - |
| HSV(B) | 235.79º | 0.26% | 0.87% | - |
| XYZ | 43.42 | 42.18 | 75.67 | - |
| YUV | 174.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 223 | 0.26 | 0.24 | 0 | 0.13 | 235.79 | 0.47 | 0.76 |
| Hex | A6 | AA | DF | 1A | 18 | 0 | D | EC | 2F | 4C |
| Octal | 246 | 252 | 337 | 32 | 30 | 0 | 15 | 354 | 57 | 114 |
| Binary | 10100110 | 10101010 | 11011111 | 11010 | 11000 | 0 | 1101 | 11101100 | 101111 | 1001100 |
Color Harmonies of #A6AADF
Complementary color
Monochromatic Colors of #A6AADF
Black with #A6AADF
Text Example
Text Example
White with #A6AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AADF; }
p { color: rgb(166,170,223); }
H1.HeaderClassName
{
color: #A6AADF;
}
.AnyTagClassName
{
color: #A6AADF;
}
</style>
background-color css
<style>
a { background-color: #A6AADF; }
a { background-color: rgb(166,170,223); }
div.DivClassName
{
background-color: #A6AADF;
}
.BgClassName
{
background-color: #A6AADF;
}
</style>
border-color css
<style>
span { border-color: #A6AADF; }
span { border-color: rgb(166,170,223); }
td.TdClassName
{
border-color: #A6AADF;
}
.TagClassName
{
border-color: #A6AADF;
}
</style>