Shades of Perano #ACB1DA
Tints of Perano #ACB1DA
RGB
CMYK
RGB Variations
Color information
#ACB1DA (or 0xACB1DA) is known color: Perano. HEX triplet: AC, B1 and DA. RGB value is (172,177,218). Sum of RGB (Red+Green+Blue) = 172+177+218=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DA is #534E25. Grayscale: #B4B4B4. Windows color (decimal): -5459494 or 14332332. OLE color: 14332332.
HSL color Cylindrical-coordinate representation of color #ACB1DA: hue angle of 233.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB1DA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 177 | 218 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.15 |
| HSL | 233.48º | 0.38% | 0.76% | - |
| HSV(B) | 233.48º | 0.21% | 0.85% | - |
| XYZ | 45.39 | 45.28 | 72.68 | - |
| YUV | 180.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 218 | 0.21 | 0.19 | 0 | 0.15 | 233.48 | 0.38 | 0.76 |
| Hex | AC | B1 | DA | 15 | 13 | 0 | F | E9 | 26 | 4C |
| Octal | 254 | 261 | 332 | 25 | 23 | 0 | 17 | 351 | 46 | 114 |
| Binary | 10101100 | 10110001 | 11011010 | 10101 | 10011 | 0 | 1111 | 11101001 | 100110 | 1001100 |
Color Harmonies of #ACB1DA
Complementary color
Monochromatic Colors of #ACB1DA
Black with #ACB1DA
Text Example
Text Example
White with #ACB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1DA; }
p { color: rgb(172,177,218); }
H1.HeaderClassName
{
color: #ACB1DA;
}
.AnyTagClassName
{
color: #ACB1DA;
}
</style>
background-color css
<style>
a { background-color: #ACB1DA; }
a { background-color: rgb(172,177,218); }
div.DivClassName
{
background-color: #ACB1DA;
}
.BgClassName
{
background-color: #ACB1DA;
}
</style>
border-color css
<style>
span { border-color: #ACB1DA; }
span { border-color: rgb(172,177,218); }
td.TdClassName
{
border-color: #ACB1DA;
}
.TagClassName
{
border-color: #ACB1DA;
}
</style>