Shades of Perano #ACB0F1
Tints of Perano #ACB0F1
RGB
CMYK
RGB Variations
Color information
#ACB0F1 (or 0xACB0F1) is known color: Perano. HEX triplet: AC, B0 and F1. RGB value is (172,176,241). Sum of RGB (Red+Green+Blue) = 172+176+241=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F1 is #534F0E. Grayscale: #B5B5B5. Windows color (decimal): -5459727 or 15839404. OLE color: 15839404.
HSL color Cylindrical-coordinate representation of color #ACB0F1: hue angle of 236.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB0F1 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 176 | 241 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.05 |
| HSL | 236.52º | 0.71% | 0.81% | - |
| HSV(B) | 236.52º | 0.29% | 0.95% | - |
| XYZ | 48.42 | 46.17 | 89.58 | - |
| YUV | 182.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 241 | 0.29 | 0.27 | 0 | 0.05 | 236.52 | 0.71 | 0.81 |
| Hex | AC | B0 | F1 | 1D | 1B | 0 | 5 | ED | 47 | 51 |
| Octal | 254 | 260 | 361 | 35 | 33 | 0 | 5 | 355 | 107 | 121 |
| Binary | 10101100 | 10110000 | 11110001 | 11101 | 11011 | 0 | 101 | 11101101 | 1000111 | 1010001 |
Color Harmonies of #ACB0F1
Complementary color
Monochromatic Colors of #ACB0F1
Black with #ACB0F1
Text Example
Text Example
White with #ACB0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0F1; }
p { color: rgb(172,176,241); }
H1.HeaderClassName
{
color: #ACB0F1;
}
.AnyTagClassName
{
color: #ACB0F1;
}
</style>
background-color css
<style>
a { background-color: #ACB0F1; }
a { background-color: rgb(172,176,241); }
div.DivClassName
{
background-color: #ACB0F1;
}
.BgClassName
{
background-color: #ACB0F1;
}
</style>
border-color css
<style>
span { border-color: #ACB0F1; }
span { border-color: rgb(172,176,241); }
td.TdClassName
{
border-color: #ACB0F1;
}
.TagClassName
{
border-color: #ACB0F1;
}
</style>