Shades of Perano #A6ACF0
Tints of Perano #A6ACF0
RGB
CMYK
RGB Variations
Color information
#A6ACF0 (or 0xA6ACF0) is known color: Perano. HEX triplet: A6, AC and F0. RGB value is (166,172,240). Sum of RGB (Red+Green+Blue) = 166+172+240=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACF0 is #59530F. Grayscale: #B1B1B1. Windows color (decimal): -5853968 or 15772838. OLE color: 15772838.
HSL color Cylindrical-coordinate representation of color #A6ACF0: hue angle of 235.14º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6ACF0 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 172 | 240 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.06 |
| HSL | 235.14º | 0.71% | 0.8% | - |
| HSV(B) | 235.14º | 0.31% | 0.94% | - |
| XYZ | 46.21 | 43.9 | 88.48 | - |
| YUV | 177.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 240 | 0.31 | 0.28 | 0 | 0.06 | 235.14 | 0.71 | 0.8 |
| Hex | A6 | AC | F0 | 1F | 1C | 0 | 6 | EB | 47 | 50 |
| Octal | 246 | 254 | 360 | 37 | 34 | 0 | 6 | 353 | 107 | 120 |
| Binary | 10100110 | 10101100 | 11110000 | 11111 | 11100 | 0 | 110 | 11101011 | 1000111 | 1010000 |
Color Harmonies of #A6ACF0
Complementary color
Monochromatic Colors of #A6ACF0
Black with #A6ACF0
Text Example
Text Example
White with #A6ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACF0; }
p { color: rgb(166,172,240); }
H1.HeaderClassName
{
color: #A6ACF0;
}
.AnyTagClassName
{
color: #A6ACF0;
}
</style>
background-color css
<style>
a { background-color: #A6ACF0; }
a { background-color: rgb(166,172,240); }
div.DivClassName
{
background-color: #A6ACF0;
}
.BgClassName
{
background-color: #A6ACF0;
}
</style>
border-color css
<style>
span { border-color: #A6ACF0; }
span { border-color: rgb(166,172,240); }
td.TdClassName
{
border-color: #A6ACF0;
}
.TagClassName
{
border-color: #A6ACF0;
}
</style>