Shades of Perano #ACB0F0
Tints of Perano #ACB0F0
RGB
CMYK
RGB Variations
Color information
#ACB0F0 (or 0xACB0F0) is known color: Perano. HEX triplet: AC, B0 and F0. RGB value is (172,176,240). Sum of RGB (Red+Green+Blue) = 172+176+240=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F0 is #534F0F. Grayscale: #B5B5B5. Windows color (decimal): -5459728 or 15773868. OLE color: 15773868.
HSL color Cylindrical-coordinate representation of color #ACB0F0: hue angle of 236.47º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB0F0 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 176 | 240 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.06 |
| HSL | 236.47º | 0.69% | 0.81% | - |
| HSV(B) | 236.47º | 0.28% | 0.94% | - |
| XYZ | 48.27 | 46.11 | 88.79 | - |
| YUV | 182.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 240 | 0.28 | 0.27 | 0 | 0.06 | 236.47 | 0.69 | 0.81 |
| Hex | AC | B0 | F0 | 1C | 1B | 0 | 6 | EC | 45 | 51 |
| Octal | 254 | 260 | 360 | 34 | 33 | 0 | 6 | 354 | 105 | 121 |
| Binary | 10101100 | 10110000 | 11110000 | 11100 | 11011 | 0 | 110 | 11101100 | 1000101 | 1010001 |
Color Harmonies of #ACB0F0
Complementary color
Monochromatic Colors of #ACB0F0
Black with #ACB0F0
Text Example
Text Example
White with #ACB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0F0; }
p { color: rgb(172,176,240); }
H1.HeaderClassName
{
color: #ACB0F0;
}
.AnyTagClassName
{
color: #ACB0F0;
}
</style>
background-color css
<style>
a { background-color: #ACB0F0; }
a { background-color: rgb(172,176,240); }
div.DivClassName
{
background-color: #ACB0F0;
}
.BgClassName
{
background-color: #ACB0F0;
}
</style>
border-color css
<style>
span { border-color: #ACB0F0; }
span { border-color: rgb(172,176,240); }
td.TdClassName
{
border-color: #ACB0F0;
}
.TagClassName
{
border-color: #ACB0F0;
}
</style>