Shades of Perano #ACB7DA
Tints of Perano #ACB7DA
RGB
CMYK
RGB Variations
Color information
#ACB7DA (or 0xACB7DA) is known color: Perano. HEX triplet: AC, B7 and DA. RGB value is (172,183,218). Sum of RGB (Red+Green+Blue) = 172+183+218=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DA is #534825. Grayscale: #B7B7B7. Windows color (decimal): -5457958 or 14333868. OLE color: 14333868.
HSL color Cylindrical-coordinate representation of color #ACB7DA: hue angle of 225.65º 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 #ACB7DA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 183 | 218 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.15 |
| HSL | 225.65º | 0.38% | 0.76% | - |
| HSV(B) | 225.65º | 0.21% | 0.85% | - |
| XYZ | 46.6 | 47.7 | 73.08 | - |
| YUV | 183.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 218 | 0.21 | 0.16 | 0 | 0.15 | 225.65 | 0.38 | 0.76 |
| Hex | AC | B7 | DA | 15 | 10 | 0 | F | E2 | 26 | 4C |
| Octal | 254 | 267 | 332 | 25 | 20 | 0 | 17 | 342 | 46 | 114 |
| Binary | 10101100 | 10110111 | 11011010 | 10101 | 10000 | 0 | 1111 | 11100010 | 100110 | 1001100 |
Color Harmonies of #ACB7DA
Complementary color
Monochromatic Colors of #ACB7DA
Black with #ACB7DA
Text Example
Text Example
White with #ACB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7DA; }
p { color: rgb(172,183,218); }
H1.HeaderClassName
{
color: #ACB7DA;
}
.AnyTagClassName
{
color: #ACB7DA;
}
</style>
background-color css
<style>
a { background-color: #ACB7DA; }
a { background-color: rgb(172,183,218); }
div.DivClassName
{
background-color: #ACB7DA;
}
.BgClassName
{
background-color: #ACB7DA;
}
</style>
border-color css
<style>
span { border-color: #ACB7DA; }
span { border-color: rgb(172,183,218); }
td.TdClassName
{
border-color: #ACB7DA;
}
.TagClassName
{
border-color: #ACB7DA;
}
</style>