Shades of Perano #A6B0DD
Tints of Perano #A6B0DD
RGB
CMYK
RGB Variations
Color information
#A6B0DD (or 0xA6B0DD) is known color: Perano. HEX triplet: A6, B0 and DD. RGB value is (166,176,221). Sum of RGB (Red+Green+Blue) = 166+176+221=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B0DD is #594F22. Grayscale: #B1B1B1. Windows color (decimal): -5852963 or 14528678. OLE color: 14528678.
HSL color Cylindrical-coordinate representation of color #A6B0DD: hue angle of 229.09º 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 #A6B0DD is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 176 | 221 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.13 |
| HSL | 229.09º | 0.45% | 0.76% | - |
| HSV(B) | 229.09º | 0.25% | 0.87% | - |
| XYZ | 44.3 | 44.38 | 74.64 | - |
| YUV | 178.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 221 | 0.25 | 0.20 | 0 | 0.13 | 229.09 | 0.45 | 0.76 |
| Hex | A6 | B0 | DD | 19 | 14 | 0 | D | E5 | 2D | 4C |
| Octal | 246 | 260 | 335 | 31 | 24 | 0 | 15 | 345 | 55 | 114 |
| Binary | 10100110 | 10110000 | 11011101 | 11001 | 10100 | 0 | 1101 | 11100101 | 101101 | 1001100 |
Color Harmonies of #A6B0DD
Complementary color
Monochromatic Colors of #A6B0DD
Black with #A6B0DD
Text Example
Text Example
White with #A6B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0DD; }
p { color: rgb(166,176,221); }
H1.HeaderClassName
{
color: #A6B0DD;
}
.AnyTagClassName
{
color: #A6B0DD;
}
</style>
background-color css
<style>
a { background-color: #A6B0DD; }
a { background-color: rgb(166,176,221); }
div.DivClassName
{
background-color: #A6B0DD;
}
.BgClassName
{
background-color: #A6B0DD;
}
</style>
border-color css
<style>
span { border-color: #A6B0DD; }
span { border-color: rgb(166,176,221); }
td.TdClassName
{
border-color: #A6B0DD;
}
.TagClassName
{
border-color: #A6B0DD;
}
</style>