Shades of Perano #ACB6FF
Tints of Perano #ACB6FF
RGB
CMYK
RGB Variations
Color information
#ACB6FF (or 0xACB6FF) is known color: Perano. HEX triplet: AC, B6 and FF. RGB value is (172,182,255). Sum of RGB (Red+Green+Blue) = 172+182+255=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6FF is #534900. Grayscale: #BBBBBB. Windows color (decimal): -5458177 or 16758444. OLE color: 16758444.
HSL color Cylindrical-coordinate representation of color #ACB6FF: hue angle of 232.77º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB6FF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 182 | 255 | - |
| CMYK | 0.33 | 0.29 | 0 | 0 |
| HSL | 232.77º | 1% | 0.84% | - |
| HSV(B) | 232.77º | 0.33% | 1% | - |
| XYZ | 51.79 | 49.45 | 101.42 | - |
| YUV | 187.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 255 | 0.33 | 0.29 | 0 | 0 | 232.77 | 1 | 0.84 |
| Hex | AC | B6 | FF | 21 | 1D | 0 | 0 | E9 | 64 | 54 |
| Octal | 254 | 266 | 377 | 41 | 35 | 0 | 0 | 351 | 144 | 124 |
| Binary | 10101100 | 10110110 | 11111111 | 100001 | 11101 | 0 | 0 | 11101001 | 1100100 | 1010100 |
Color Harmonies of #ACB6FF
Complementary color
Monochromatic Colors of #ACB6FF
Black with #ACB6FF
Text Example
Text Example
White with #ACB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6FF; }
p { color: rgb(172,182,255); }
H1.HeaderClassName
{
color: #ACB6FF;
}
.AnyTagClassName
{
color: #ACB6FF;
}
</style>
background-color css
<style>
a { background-color: #ACB6FF; }
a { background-color: rgb(172,182,255); }
div.DivClassName
{
background-color: #ACB6FF;
}
.BgClassName
{
background-color: #ACB6FF;
}
</style>
border-color css
<style>
span { border-color: #ACB6FF; }
span { border-color: rgb(172,182,255); }
td.TdClassName
{
border-color: #ACB6FF;
}
.TagClassName
{
border-color: #ACB6FF;
}
</style>