Shades of Perano #ACB4FF
Tints of Perano #ACB4FF
RGB
CMYK
RGB Variations
Color information
#ACB4FF (or 0xACB4FF) is known color: Perano. HEX triplet: AC, B4 and FF. RGB value is (172,180,255). Sum of RGB (Red+Green+Blue) = 172+180+255=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4FF is #534B00. Grayscale: #B9B9B9. Windows color (decimal): -5458689 or 16757932. OLE color: 16757932.
HSL color Cylindrical-coordinate representation of color #ACB4FF: hue angle of 234.22º 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 #ACB4FF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 180 | 255 | - |
| CMYK | 0.33 | 0.29 | 0 | 0 |
| HSL | 234.22º | 1% | 0.84% | - |
| HSV(B) | 234.22º | 0.33% | 1% | - |
| XYZ | 51.38 | 48.63 | 101.29 | - |
| YUV | 186.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 255 | 0.33 | 0.29 | 0 | 0 | 234.22 | 1 | 0.84 |
| Hex | AC | B4 | FF | 21 | 1D | 0 | 0 | EA | 64 | 54 |
| Octal | 254 | 264 | 377 | 41 | 35 | 0 | 0 | 352 | 144 | 124 |
| Binary | 10101100 | 10110100 | 11111111 | 100001 | 11101 | 0 | 0 | 11101010 | 1100100 | 1010100 |
Color Harmonies of #ACB4FF
Complementary color
Monochromatic Colors of #ACB4FF
Black with #ACB4FF
Text Example
Text Example
White with #ACB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4FF; }
p { color: rgb(172,180,255); }
H1.HeaderClassName
{
color: #ACB4FF;
}
.AnyTagClassName
{
color: #ACB4FF;
}
</style>
background-color css
<style>
a { background-color: #ACB4FF; }
a { background-color: rgb(172,180,255); }
div.DivClassName
{
background-color: #ACB4FF;
}
.BgClassName
{
background-color: #ACB4FF;
}
</style>
border-color css
<style>
span { border-color: #ACB4FF; }
span { border-color: rgb(172,180,255); }
td.TdClassName
{
border-color: #ACB4FF;
}
.TagClassName
{
border-color: #ACB4FF;
}
</style>