Shades of Perano #A6B1DF
Tints of Perano #A6B1DF
RGB
CMYK
RGB Variations
Color information
#A6B1DF (or 0xA6B1DF) is known color: Perano. HEX triplet: A6, B1 and DF. RGB value is (166,177,223). Sum of RGB (Red+Green+Blue) = 166+177+223=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B1DF is #594E20. Grayscale: #B2B2B2. Windows color (decimal): -5852705 or 14660006. OLE color: 14660006.
HSL color Cylindrical-coordinate representation of color #A6B1DF: hue angle of 228.42º 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 #A6B1DF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 177 | 223 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.13 |
| HSL | 228.42º | 0.47% | 0.76% | - |
| HSV(B) | 228.42º | 0.26% | 0.87% | - |
| XYZ | 44.77 | 44.88 | 76.12 | - |
| YUV | 178.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 223 | 0.26 | 0.21 | 0 | 0.13 | 228.42 | 0.47 | 0.76 |
| Hex | A6 | B1 | DF | 1A | 15 | 0 | D | E4 | 2F | 4C |
| Octal | 246 | 261 | 337 | 32 | 25 | 0 | 15 | 344 | 57 | 114 |
| Binary | 10100110 | 10110001 | 11011111 | 11010 | 10101 | 0 | 1101 | 11100100 | 101111 | 1001100 |
Color Harmonies of #A6B1DF
Complementary color
Monochromatic Colors of #A6B1DF
Black with #A6B1DF
Text Example
Text Example
White with #A6B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B1DF; }
p { color: rgb(166,177,223); }
H1.HeaderClassName
{
color: #A6B1DF;
}
.AnyTagClassName
{
color: #A6B1DF;
}
</style>
background-color css
<style>
a { background-color: #A6B1DF; }
a { background-color: rgb(166,177,223); }
div.DivClassName
{
background-color: #A6B1DF;
}
.BgClassName
{
background-color: #A6B1DF;
}
</style>
border-color css
<style>
span { border-color: #A6B1DF; }
span { border-color: rgb(166,177,223); }
td.TdClassName
{
border-color: #A6B1DF;
}
.TagClassName
{
border-color: #A6B1DF;
}
</style>