Shades of Perano #A6ACF6
Tints of Perano #A6ACF6
RGB
CMYK
RGB Variations
Color information
#A6ACF6 (or 0xA6ACF6) is known color: Perano. HEX triplet: A6, AC and F6. RGB value is (166,172,246). Sum of RGB (Red+Green+Blue) = 166+172+246=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACF6 is #595309. Grayscale: #B2B2B2. Windows color (decimal): -5853962 or 16166054. OLE color: 16166054.
HSL color Cylindrical-coordinate representation of color #A6ACF6: hue angle of 235.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6ACF6 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 172 | 246 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.04 |
| HSL | 235.5º | 0.82% | 0.81% | - |
| HSV(B) | 235.5º | 0.33% | 0.96% | - |
| XYZ | 47.11 | 44.27 | 93.25 | - |
| YUV | 178.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 246 | 0.33 | 0.30 | 0 | 0.04 | 235.5 | 0.82 | 0.81 |
| Hex | A6 | AC | F6 | 21 | 1E | 0 | 4 | EC | 52 | 51 |
| Octal | 246 | 254 | 366 | 41 | 36 | 0 | 4 | 354 | 122 | 121 |
| Binary | 10100110 | 10101100 | 11110110 | 100001 | 11110 | 0 | 100 | 11101100 | 1010010 | 1010001 |
Color Harmonies of #A6ACF6
Complementary color
Monochromatic Colors of #A6ACF6
Black with #A6ACF6
Text Example
Text Example
White with #A6ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACF6; }
p { color: rgb(166,172,246); }
H1.HeaderClassName
{
color: #A6ACF6;
}
.AnyTagClassName
{
color: #A6ACF6;
}
</style>
background-color css
<style>
a { background-color: #A6ACF6; }
a { background-color: rgb(166,172,246); }
div.DivClassName
{
background-color: #A6ACF6;
}
.BgClassName
{
background-color: #A6ACF6;
}
</style>
border-color css
<style>
span { border-color: #A6ACF6; }
span { border-color: rgb(166,172,246); }
td.TdClassName
{
border-color: #A6ACF6;
}
.TagClassName
{
border-color: #A6ACF6;
}
</style>