Shades of Perano #A6B0DF
Tints of Perano #A6B0DF
RGB
CMYK
RGB Variations
Color information
#A6B0DF (or 0xA6B0DF) is known color: Perano. HEX triplet: A6, B0 and DF. RGB value is (166,176,223). Sum of RGB (Red+Green+Blue) = 166+176+223=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B0DF is #594F20. Grayscale: #B2B2B2. Windows color (decimal): -5852961 or 14659750. OLE color: 14659750.
HSL color Cylindrical-coordinate representation of color #A6B0DF: hue angle of 229.47º 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 #A6B0DF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 176 | 223 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.13 |
| HSL | 229.47º | 0.47% | 0.76% | - |
| HSV(B) | 229.47º | 0.26% | 0.87% | - |
| XYZ | 44.57 | 44.49 | 76.05 | - |
| YUV | 178.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 223 | 0.26 | 0.21 | 0 | 0.13 | 229.47 | 0.47 | 0.76 |
| Hex | A6 | B0 | DF | 1A | 15 | 0 | D | E5 | 2F | 4C |
| Octal | 246 | 260 | 337 | 32 | 25 | 0 | 15 | 345 | 57 | 114 |
| Binary | 10100110 | 10110000 | 11011111 | 11010 | 10101 | 0 | 1101 | 11100101 | 101111 | 1001100 |
Color Harmonies of #A6B0DF
Complementary color
Monochromatic Colors of #A6B0DF
Black with #A6B0DF
Text Example
Text Example
White with #A6B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0DF; }
p { color: rgb(166,176,223); }
H1.HeaderClassName
{
color: #A6B0DF;
}
.AnyTagClassName
{
color: #A6B0DF;
}
</style>
background-color css
<style>
a { background-color: #A6B0DF; }
a { background-color: rgb(166,176,223); }
div.DivClassName
{
background-color: #A6B0DF;
}
.BgClassName
{
background-color: #A6B0DF;
}
</style>
border-color css
<style>
span { border-color: #A6B0DF; }
span { border-color: rgb(166,176,223); }
td.TdClassName
{
border-color: #A6B0DF;
}
.TagClassName
{
border-color: #A6B0DF;
}
</style>