Shades of Perano #A6ACF8
Tints of Perano #A6ACF8
RGB
CMYK
RGB Variations
Color information
#A6ACF8 (or 0xA6ACF8) is known color: Perano. HEX triplet: A6, AC and F8. RGB value is (166,172,248). Sum of RGB (Red+Green+Blue) = 166+172+248=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACF8 is #595307. Grayscale: #B2B2B2. Windows color (decimal): -5853960 or 16297126. OLE color: 16297126.
HSL color Cylindrical-coordinate representation of color #A6ACF8: hue angle of 235.61º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6ACF8 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 172 | 248 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.03 |
| HSL | 235.61º | 0.85% | 0.81% | - |
| HSV(B) | 235.61º | 0.33% | 0.97% | - |
| XYZ | 47.42 | 44.39 | 94.88 | - |
| YUV | 178.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 248 | 0.33 | 0.31 | 0 | 0.03 | 235.61 | 0.85 | 0.81 |
| Hex | A6 | AC | F8 | 21 | 1F | 0 | 3 | EC | 55 | 51 |
| Octal | 246 | 254 | 370 | 41 | 37 | 0 | 3 | 354 | 125 | 121 |
| Binary | 10100110 | 10101100 | 11111000 | 100001 | 11111 | 0 | 11 | 11101100 | 1010101 | 1010001 |
Color Harmonies of #A6ACF8
Complementary color
Monochromatic Colors of #A6ACF8
Black with #A6ACF8
Text Example
Text Example
White with #A6ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACF8; }
p { color: rgb(166,172,248); }
H1.HeaderClassName
{
color: #A6ACF8;
}
.AnyTagClassName
{
color: #A6ACF8;
}
</style>
background-color css
<style>
a { background-color: #A6ACF8; }
a { background-color: rgb(166,172,248); }
div.DivClassName
{
background-color: #A6ACF8;
}
.BgClassName
{
background-color: #A6ACF8;
}
</style>
border-color css
<style>
span { border-color: #A6ACF8; }
span { border-color: rgb(166,172,248); }
td.TdClassName
{
border-color: #A6ACF8;
}
.TagClassName
{
border-color: #A6ACF8;
}
</style>