Shades of Perano #ACB1DD
Tints of Perano #ACB1DD
RGB
CMYK
RGB Variations
Color information
#ACB1DD (or 0xACB1DD) is known color: Perano. HEX triplet: AC, B1 and DD. RGB value is (172,177,221). Sum of RGB (Red+Green+Blue) = 172+177+221=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DD is #534E22. Grayscale: #B4B4B4. Windows color (decimal): -5459491 or 14528940. OLE color: 14528940.
HSL color Cylindrical-coordinate representation of color #ACB1DD: hue angle of 233.88º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB1DD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 177 | 221 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.13 |
| HSL | 233.88º | 0.42% | 0.77% | - |
| HSV(B) | 233.88º | 0.22% | 0.87% | - |
| XYZ | 45.79 | 45.44 | 74.76 | - |
| YUV | 180.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 221 | 0.22 | 0.20 | 0 | 0.13 | 233.88 | 0.42 | 0.77 |
| Hex | AC | B1 | DD | 16 | 14 | 0 | D | EA | 2A | 4D |
| Octal | 254 | 261 | 335 | 26 | 24 | 0 | 15 | 352 | 52 | 115 |
| Binary | 10101100 | 10110001 | 11011101 | 10110 | 10100 | 0 | 1101 | 11101010 | 101010 | 1001101 |
Color Harmonies of #ACB1DD
Complementary color
Monochromatic Colors of #ACB1DD
Black with #ACB1DD
Text Example
Text Example
White with #ACB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1DD; }
p { color: rgb(172,177,221); }
H1.HeaderClassName
{
color: #ACB1DD;
}
.AnyTagClassName
{
color: #ACB1DD;
}
</style>
background-color css
<style>
a { background-color: #ACB1DD; }
a { background-color: rgb(172,177,221); }
div.DivClassName
{
background-color: #ACB1DD;
}
.BgClassName
{
background-color: #ACB1DD;
}
</style>
border-color css
<style>
span { border-color: #ACB1DD; }
span { border-color: rgb(172,177,221); }
td.TdClassName
{
border-color: #ACB1DD;
}
.TagClassName
{
border-color: #ACB1DD;
}
</style>