Shades of Perano #ACB0F3
Tints of Perano #ACB0F3
RGB
CMYK
RGB Variations
Color information
#ACB0F3 (or 0xACB0F3) is known color: Perano. HEX triplet: AC, B0 and F3. RGB value is (172,176,243). Sum of RGB (Red+Green+Blue) = 172+176+243=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F3 is #534F0C. Grayscale: #B6B6B6. Windows color (decimal): -5459725 or 15970476. OLE color: 15970476.
HSL color Cylindrical-coordinate representation of color #ACB0F3: hue angle of 236.62º degrees, saturation: 0.75, 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 #ACB0F3 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 176 | 243 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.05 |
| HSL | 236.62º | 0.75% | 0.81% | - |
| HSV(B) | 236.62º | 0.29% | 0.95% | - |
| XYZ | 48.72 | 46.29 | 91.16 | - |
| YUV | 182.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 243 | 0.29 | 0.28 | 0 | 0.05 | 236.62 | 0.75 | 0.81 |
| Hex | AC | B0 | F3 | 1D | 1C | 0 | 5 | ED | 4B | 51 |
| Octal | 254 | 260 | 363 | 35 | 34 | 0 | 5 | 355 | 113 | 121 |
| Binary | 10101100 | 10110000 | 11110011 | 11101 | 11100 | 0 | 101 | 11101101 | 1001011 | 1010001 |
Color Harmonies of #ACB0F3
Complementary color
Monochromatic Colors of #ACB0F3
Black with #ACB0F3
Text Example
Text Example
White with #ACB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0F3; }
p { color: rgb(172,176,243); }
H1.HeaderClassName
{
color: #ACB0F3;
}
.AnyTagClassName
{
color: #ACB0F3;
}
</style>
background-color css
<style>
a { background-color: #ACB0F3; }
a { background-color: rgb(172,176,243); }
div.DivClassName
{
background-color: #ACB0F3;
}
.BgClassName
{
background-color: #ACB0F3;
}
</style>
border-color css
<style>
span { border-color: #ACB0F3; }
span { border-color: rgb(172,176,243); }
td.TdClassName
{
border-color: #ACB0F3;
}
.TagClassName
{
border-color: #ACB0F3;
}
</style>