Shades of Perano #ACB0F7
Tints of Perano #ACB0F7
RGB
CMYK
RGB Variations
Color information
#ACB0F7 (or 0xACB0F7) is known color: Perano. HEX triplet: AC, B0 and F7. RGB value is (172,176,247). Sum of RGB (Red+Green+Blue) = 172+176+247=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACB0F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F7 is #534F08. Grayscale: #B6B6B6. Windows color (decimal): -5459721 or 16232620. OLE color: 16232620.
HSL color Cylindrical-coordinate representation of color #ACB0F7: hue angle of 236.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB0F7 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 176 | 247 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.03 |
| HSL | 236.8º | 0.82% | 0.82% | - |
| HSV(B) | 236.8º | 0.3% | 0.97% | - |
| XYZ | 49.33 | 46.54 | 94.38 | - |
| YUV | 182.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 247 | 0.30 | 0.29 | 0 | 0.03 | 236.8 | 0.82 | 0.82 |
| Hex | AC | B0 | F7 | 1E | 1D | 0 | 3 | ED | 52 | 52 |
| Octal | 254 | 260 | 367 | 36 | 35 | 0 | 3 | 355 | 122 | 122 |
| Binary | 10101100 | 10110000 | 11110111 | 11110 | 11101 | 0 | 11 | 11101101 | 1010010 | 1010010 |
Color Harmonies of #ACB0F7
Complementary color
Monochromatic Colors of #ACB0F7
Black with #ACB0F7
Text Example
Text Example
White with #ACB0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0F7; }
p { color: rgb(172,176,247); }
H1.HeaderClassName
{
color: #ACB0F7;
}
.AnyTagClassName
{
color: #ACB0F7;
}
</style>
background-color css
<style>
a { background-color: #ACB0F7; }
a { background-color: rgb(172,176,247); }
div.DivClassName
{
background-color: #ACB0F7;
}
.BgClassName
{
background-color: #ACB0F7;
}
</style>
border-color css
<style>
span { border-color: #ACB0F7; }
span { border-color: rgb(172,176,247); }
td.TdClassName
{
border-color: #ACB0F7;
}
.TagClassName
{
border-color: #ACB0F7;
}
</style>