Shades of Perano #ACB4FA
Tints of Perano #ACB4FA
RGB
CMYK
RGB Variations
Color information
#ACB4FA (or 0xACB4FA) is known color: Perano. HEX triplet: AC, B4 and FA. RGB value is (172,180,250). Sum of RGB (Red+Green+Blue) = 172+180+250=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4FA is #534B05. Grayscale: #B9B9B9. Windows color (decimal): -5458694 or 16430252. OLE color: 16430252.
HSL color Cylindrical-coordinate representation of color #ACB4FA: hue angle of 233.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB4FA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 180 | 250 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.02 |
| HSL | 233.85º | 0.89% | 0.83% | - |
| HSV(B) | 233.85º | 0.31% | 0.98% | - |
| XYZ | 50.59 | 48.32 | 97.1 | - |
| YUV | 185.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 250 | 0.31 | 0.28 | 0 | 0.02 | 233.85 | 0.89 | 0.83 |
| Hex | AC | B4 | FA | 1F | 1C | 0 | 2 | EA | 59 | 53 |
| Octal | 254 | 264 | 372 | 37 | 34 | 0 | 2 | 352 | 131 | 123 |
| Binary | 10101100 | 10110100 | 11111010 | 11111 | 11100 | 0 | 10 | 11101010 | 1011001 | 1010011 |
Color Harmonies of #ACB4FA
Complementary color
Monochromatic Colors of #ACB4FA
Black with #ACB4FA
Text Example
Text Example
White with #ACB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4FA; }
p { color: rgb(172,180,250); }
H1.HeaderClassName
{
color: #ACB4FA;
}
.AnyTagClassName
{
color: #ACB4FA;
}
</style>
background-color css
<style>
a { background-color: #ACB4FA; }
a { background-color: rgb(172,180,250); }
div.DivClassName
{
background-color: #ACB4FA;
}
.BgClassName
{
background-color: #ACB4FA;
}
</style>
border-color css
<style>
span { border-color: #ACB4FA; }
span { border-color: rgb(172,180,250); }
td.TdClassName
{
border-color: #ACB4FA;
}
.TagClassName
{
border-color: #ACB4FA;
}
</style>