Shades of Perano #ACB5F4
Tints of Perano #ACB5F4
RGB
CMYK
RGB Variations
Color information
#ACB5F4 (or 0xACB5F4) is known color: Perano. HEX triplet: AC, B5 and F4. RGB value is (172,181,244). Sum of RGB (Red+Green+Blue) = 172+181+244=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACB5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5F4 is #534A0B. Grayscale: #B9B9B9. Windows color (decimal): -5458444 or 16037292. OLE color: 16037292.
HSL color Cylindrical-coordinate representation of color #ACB5F4: hue angle of 232.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB5F4 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 181 | 244 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.04 |
| HSL | 232.5º | 0.77% | 0.82% | - |
| HSV(B) | 232.5º | 0.3% | 0.96% | - |
| XYZ | 49.87 | 48.35 | 92.29 | - |
| YUV | 185.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 244 | 0.30 | 0.26 | 0 | 0.04 | 232.5 | 0.77 | 0.82 |
| Hex | AC | B5 | F4 | 1E | 1A | 0 | 4 | E8 | 4D | 52 |
| Octal | 254 | 265 | 364 | 36 | 32 | 0 | 4 | 350 | 115 | 122 |
| Binary | 10101100 | 10110101 | 11110100 | 11110 | 11010 | 0 | 100 | 11101000 | 1001101 | 1010010 |
Color Harmonies of #ACB5F4
Complementary color
Monochromatic Colors of #ACB5F4
Black with #ACB5F4
Text Example
Text Example
White with #ACB5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5F4; }
p { color: rgb(172,181,244); }
H1.HeaderClassName
{
color: #ACB5F4;
}
.AnyTagClassName
{
color: #ACB5F4;
}
</style>
background-color css
<style>
a { background-color: #ACB5F4; }
a { background-color: rgb(172,181,244); }
div.DivClassName
{
background-color: #ACB5F4;
}
.BgClassName
{
background-color: #ACB5F4;
}
</style>
border-color css
<style>
span { border-color: #ACB5F4; }
span { border-color: rgb(172,181,244); }
td.TdClassName
{
border-color: #ACB5F4;
}
.TagClassName
{
border-color: #ACB5F4;
}
</style>