Shades of Perano #A6AFDC
Tints of Perano #A6AFDC
RGB
CMYK
RGB Variations
Color information
#A6AFDC (or 0xA6AFDC) is known color: Perano. HEX triplet: A6, AF and DC. RGB value is (166,175,220). Sum of RGB (Red+Green+Blue) = 166+175+220=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFDC is #595023. Grayscale: #B1B1B1. Windows color (decimal): -5853220 or 14462886. OLE color: 14462886.
HSL color Cylindrical-coordinate representation of color #A6AFDC: hue angle of 230º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6AFDC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 175 | 220 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.14 |
| HSL | 230º | 0.44% | 0.76% | - |
| HSV(B) | 230º | 0.25% | 0.86% | - |
| XYZ | 43.97 | 43.93 | 73.87 | - |
| YUV | 177.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 220 | 0.25 | 0.20 | 0 | 0.14 | 230 | 0.44 | 0.76 |
| Hex | A6 | AF | DC | 19 | 14 | 0 | E | E6 | 2C | 4C |
| Octal | 246 | 257 | 334 | 31 | 24 | 0 | 16 | 346 | 54 | 114 |
| Binary | 10100110 | 10101111 | 11011100 | 11001 | 10100 | 0 | 1110 | 11100110 | 101100 | 1001100 |
Color Harmonies of #A6AFDC
Complementary color
Monochromatic Colors of #A6AFDC
Black with #A6AFDC
Text Example
Text Example
White with #A6AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AFDC; }
p { color: rgb(166,175,220); }
H1.HeaderClassName
{
color: #A6AFDC;
}
.AnyTagClassName
{
color: #A6AFDC;
}
</style>
background-color css
<style>
a { background-color: #A6AFDC; }
a { background-color: rgb(166,175,220); }
div.DivClassName
{
background-color: #A6AFDC;
}
.BgClassName
{
background-color: #A6AFDC;
}
</style>
border-color css
<style>
span { border-color: #A6AFDC; }
span { border-color: rgb(166,175,220); }
td.TdClassName
{
border-color: #A6AFDC;
}
.TagClassName
{
border-color: #A6AFDC;
}
</style>