Shades of Perano #A6B4DF
Tints of Perano #A6B4DF
RGB
CMYK
RGB Variations
Color information
#A6B4DF (or 0xA6B4DF) is known color: Perano. HEX triplet: A6, B4 and DF. RGB value is (166,180,223). Sum of RGB (Red+Green+Blue) = 166+180+223=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4DF is #594B20. Grayscale: #B4B4B4. Windows color (decimal): -5851937 or 14660774. OLE color: 14660774.
HSL color Cylindrical-coordinate representation of color #A6B4DF: hue angle of 225.26º 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 #A6B4DF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 180 | 223 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.13 |
| HSL | 225.26º | 0.47% | 0.76% | - |
| HSV(B) | 225.26º | 0.26% | 0.87% | - |
| XYZ | 45.37 | 46.08 | 76.31 | - |
| YUV | 180.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 223 | 0.26 | 0.19 | 0 | 0.13 | 225.26 | 0.47 | 0.76 |
| Hex | A6 | B4 | DF | 1A | 13 | 0 | D | E1 | 2F | 4C |
| Octal | 246 | 264 | 337 | 32 | 23 | 0 | 15 | 341 | 57 | 114 |
| Binary | 10100110 | 10110100 | 11011111 | 11010 | 10011 | 0 | 1101 | 11100001 | 101111 | 1001100 |
Color Harmonies of #A6B4DF
Complementary color
Monochromatic Colors of #A6B4DF
Black with #A6B4DF
Text Example
Text Example
White with #A6B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B4DF; }
p { color: rgb(166,180,223); }
H1.HeaderClassName
{
color: #A6B4DF;
}
.AnyTagClassName
{
color: #A6B4DF;
}
</style>
background-color css
<style>
a { background-color: #A6B4DF; }
a { background-color: rgb(166,180,223); }
div.DivClassName
{
background-color: #A6B4DF;
}
.BgClassName
{
background-color: #A6B4DF;
}
</style>
border-color css
<style>
span { border-color: #A6B4DF; }
span { border-color: rgb(166,180,223); }
td.TdClassName
{
border-color: #A6B4DF;
}
.TagClassName
{
border-color: #A6B4DF;
}
</style>