Shades of Perano #A6ABDF
Tints of Perano #A6ABDF
RGB
CMYK
RGB Variations
Color information
#A6ABDF (or 0xA6ABDF) is known color: Perano. HEX triplet: A6, AB and DF. RGB value is (166,171,223). Sum of RGB (Red+Green+Blue) = 166+171+223=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABDF is #595420. Grayscale: #AFAFAF. Windows color (decimal): -5854241 or 14658470. OLE color: 14658470.
HSL color Cylindrical-coordinate representation of color #A6ABDF: hue angle of 234.74º 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 #A6ABDF is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 171 | 223 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.13 |
| HSL | 234.74º | 0.47% | 0.76% | - |
| HSV(B) | 234.74º | 0.26% | 0.87% | - |
| XYZ | 43.61 | 42.56 | 75.73 | - |
| YUV | 175.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 223 | 0.26 | 0.23 | 0 | 0.13 | 234.74 | 0.47 | 0.76 |
| Hex | A6 | AB | DF | 1A | 17 | 0 | D | EB | 2F | 4C |
| Octal | 246 | 253 | 337 | 32 | 27 | 0 | 15 | 353 | 57 | 114 |
| Binary | 10100110 | 10101011 | 11011111 | 11010 | 10111 | 0 | 1101 | 11101011 | 101111 | 1001100 |
Color Harmonies of #A6ABDF
Complementary color
Monochromatic Colors of #A6ABDF
Black with #A6ABDF
Text Example
Text Example
White with #A6ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABDF; }
p { color: rgb(166,171,223); }
H1.HeaderClassName
{
color: #A6ABDF;
}
.AnyTagClassName
{
color: #A6ABDF;
}
</style>
background-color css
<style>
a { background-color: #A6ABDF; }
a { background-color: rgb(166,171,223); }
div.DivClassName
{
background-color: #A6ABDF;
}
.BgClassName
{
background-color: #A6ABDF;
}
</style>
border-color css
<style>
span { border-color: #A6ABDF; }
span { border-color: rgb(166,171,223); }
td.TdClassName
{
border-color: #A6ABDF;
}
.TagClassName
{
border-color: #A6ABDF;
}
</style>