Shades of Perano #A6ACF1
Tints of Perano #A6ACF1
RGB
CMYK
RGB Variations
Color information
#A6ACF1 (or 0xA6ACF1) is known color: Perano. HEX triplet: A6, AC and F1. RGB value is (166,172,241). Sum of RGB (Red+Green+Blue) = 166+172+241=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACF1 is #59530E. Grayscale: #B1B1B1. Windows color (decimal): -5853967 or 15838374. OLE color: 15838374.
HSL color Cylindrical-coordinate representation of color #A6ACF1: hue angle of 235.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6ACF1 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 172 | 241 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.05 |
| HSL | 235.2º | 0.73% | 0.8% | - |
| HSV(B) | 235.2º | 0.31% | 0.95% | - |
| XYZ | 46.36 | 43.96 | 89.26 | - |
| YUV | 178.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 241 | 0.31 | 0.29 | 0 | 0.05 | 235.2 | 0.73 | 0.8 |
| Hex | A6 | AC | F1 | 1F | 1D | 0 | 5 | EB | 49 | 50 |
| Octal | 246 | 254 | 361 | 37 | 35 | 0 | 5 | 353 | 111 | 120 |
| Binary | 10100110 | 10101100 | 11110001 | 11111 | 11101 | 0 | 101 | 11101011 | 1001001 | 1010000 |
Color Harmonies of #A6ACF1
Complementary color
Monochromatic Colors of #A6ACF1
Black with #A6ACF1
Text Example
Text Example
White with #A6ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACF1; }
p { color: rgb(166,172,241); }
H1.HeaderClassName
{
color: #A6ACF1;
}
.AnyTagClassName
{
color: #A6ACF1;
}
</style>
background-color css
<style>
a { background-color: #A6ACF1; }
a { background-color: rgb(166,172,241); }
div.DivClassName
{
background-color: #A6ACF1;
}
.BgClassName
{
background-color: #A6ACF1;
}
</style>
border-color css
<style>
span { border-color: #A6ACF1; }
span { border-color: rgb(166,172,241); }
td.TdClassName
{
border-color: #A6ACF1;
}
.TagClassName
{
border-color: #A6ACF1;
}
</style>