Shades of Perano #ACB7FD
Tints of Perano #ACB7FD
RGB
CMYK
RGB Variations
Color information
#ACB7FD (or 0xACB7FD) is known color: Perano. HEX triplet: AC, B7 and FD. RGB value is (172,183,253). Sum of RGB (Red+Green+Blue) = 172+183+253=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACB7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7FD is #534802. Grayscale: #BBBBBB. Windows color (decimal): -5457923 or 16627628. OLE color: 16627628.
HSL color Cylindrical-coordinate representation of color #ACB7FD: hue angle of 231.85º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB7FD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 183 | 253 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.01 |
| HSL | 231.85º | 0.95% | 0.83% | - |
| HSV(B) | 231.85º | 0.32% | 0.99% | - |
| XYZ | 51.68 | 49.73 | 99.8 | - |
| YUV | 187.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 253 | 0.32 | 0.28 | 0 | 0.01 | 231.85 | 0.95 | 0.83 |
| Hex | AC | B7 | FD | 20 | 1C | 0 | 1 | E8 | 5F | 53 |
| Octal | 254 | 267 | 375 | 40 | 34 | 0 | 1 | 350 | 137 | 123 |
| Binary | 10101100 | 10110111 | 11111101 | 100000 | 11100 | 0 | 1 | 11101000 | 1011111 | 1010011 |
Color Harmonies of #ACB7FD
Complementary color
Monochromatic Colors of #ACB7FD
Black with #ACB7FD
Text Example
Text Example
White with #ACB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7FD; }
p { color: rgb(172,183,253); }
H1.HeaderClassName
{
color: #ACB7FD;
}
.AnyTagClassName
{
color: #ACB7FD;
}
</style>
background-color css
<style>
a { background-color: #ACB7FD; }
a { background-color: rgb(172,183,253); }
div.DivClassName
{
background-color: #ACB7FD;
}
.BgClassName
{
background-color: #ACB7FD;
}
</style>
border-color css
<style>
span { border-color: #ACB7FD; }
span { border-color: rgb(172,183,253); }
td.TdClassName
{
border-color: #ACB7FD;
}
.TagClassName
{
border-color: #ACB7FD;
}
</style>