Shades of Perano #ACB6FA
Tints of Perano #ACB6FA
RGB
CMYK
RGB Variations
Color information
#ACB6FA (or 0xACB6FA) is known color: Perano. HEX triplet: AC, B6 and FA. RGB value is (172,182,250). Sum of RGB (Red+Green+Blue) = 172+182+250=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6FA is #534905. Grayscale: #BABABA. Windows color (decimal): -5458182 or 16430764. OLE color: 16430764.
HSL color Cylindrical-coordinate representation of color #ACB6FA: hue angle of 232.31º 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 #ACB6FA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 182 | 250 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.02 |
| HSL | 232.31º | 0.89% | 0.83% | - |
| HSV(B) | 232.31º | 0.31% | 0.98% | - |
| XYZ | 51 | 49.13 | 97.24 | - |
| YUV | 186.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 250 | 0.31 | 0.27 | 0 | 0.02 | 232.31 | 0.89 | 0.83 |
| Hex | AC | B6 | FA | 1F | 1B | 0 | 2 | E8 | 59 | 53 |
| Octal | 254 | 266 | 372 | 37 | 33 | 0 | 2 | 350 | 131 | 123 |
| Binary | 10101100 | 10110110 | 11111010 | 11111 | 11011 | 0 | 10 | 11101000 | 1011001 | 1010011 |
Color Harmonies of #ACB6FA
Complementary color
Monochromatic Colors of #ACB6FA
Black with #ACB6FA
Text Example
Text Example
White with #ACB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6FA; }
p { color: rgb(172,182,250); }
H1.HeaderClassName
{
color: #ACB6FA;
}
.AnyTagClassName
{
color: #ACB6FA;
}
</style>
background-color css
<style>
a { background-color: #ACB6FA; }
a { background-color: rgb(172,182,250); }
div.DivClassName
{
background-color: #ACB6FA;
}
.BgClassName
{
background-color: #ACB6FA;
}
</style>
border-color css
<style>
span { border-color: #ACB6FA; }
span { border-color: rgb(172,182,250); }
td.TdClassName
{
border-color: #ACB6FA;
}
.TagClassName
{
border-color: #ACB6FA;
}
</style>