Shades of Perano #ACB0FA
Tints of Perano #ACB0FA
RGB
CMYK
RGB Variations
Color information
#ACB0FA (or 0xACB0FA) is known color: Perano. HEX triplet: AC, B0 and FA. RGB value is (172,176,250). Sum of RGB (Red+Green+Blue) = 172+176+250=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0FA is #534F05. Grayscale: #B6B6B6. Windows color (decimal): -5459718 or 16429228. OLE color: 16429228.
HSL color Cylindrical-coordinate representation of color #ACB0FA: hue angle of 236.92º 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 #ACB0FA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 176 | 250 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.02 |
| HSL | 236.92º | 0.89% | 0.83% | - |
| HSV(B) | 236.92º | 0.31% | 0.98% | - |
| XYZ | 49.79 | 46.72 | 96.84 | - |
| YUV | 183.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 250 | 0.31 | 0.30 | 0 | 0.02 | 236.92 | 0.89 | 0.83 |
| Hex | AC | B0 | FA | 1F | 1E | 0 | 2 | ED | 59 | 53 |
| Octal | 254 | 260 | 372 | 37 | 36 | 0 | 2 | 355 | 131 | 123 |
| Binary | 10101100 | 10110000 | 11111010 | 11111 | 11110 | 0 | 10 | 11101101 | 1011001 | 1010011 |
Color Harmonies of #ACB0FA
Complementary color
Monochromatic Colors of #ACB0FA
Black with #ACB0FA
Text Example
Text Example
White with #ACB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0FA; }
p { color: rgb(172,176,250); }
H1.HeaderClassName
{
color: #ACB0FA;
}
.AnyTagClassName
{
color: #ACB0FA;
}
</style>
background-color css
<style>
a { background-color: #ACB0FA; }
a { background-color: rgb(172,176,250); }
div.DivClassName
{
background-color: #ACB0FA;
}
.BgClassName
{
background-color: #ACB0FA;
}
</style>
border-color css
<style>
span { border-color: #ACB0FA; }
span { border-color: rgb(172,176,250); }
td.TdClassName
{
border-color: #ACB0FA;
}
.TagClassName
{
border-color: #ACB0FA;
}
</style>