Shades of Perano #ACABF1
Tints of Perano #ACABF1
RGB
CMYK
RGB Variations
Color information
#ACABF1 (or 0xACABF1) is known color: Perano. HEX triplet: AC, AB and F1. RGB value is (172,171,241). Sum of RGB (Red+Green+Blue) = 172+171+241=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABF1 is #53540E. Grayscale: #B3B3B3. Windows color (decimal): -5461007 or 15838124. OLE color: 15838124.
HSL color Cylindrical-coordinate representation of color #ACABF1: hue angle of 240.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACABF1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 171 | 241 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.05 |
| HSL | 240.86º | 0.71% | 0.81% | - |
| HSV(B) | 240.86º | 0.29% | 0.95% | - |
| XYZ | 47.45 | 44.25 | 89.26 | - |
| YUV | 179.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 241 | 0.29 | 0.29 | 0 | 0.05 | 240.86 | 0.71 | 0.81 |
| Hex | AC | AB | F1 | 1D | 1D | 0 | 5 | F1 | 47 | 51 |
| Octal | 254 | 253 | 361 | 35 | 35 | 0 | 5 | 361 | 107 | 121 |
| Binary | 10101100 | 10101011 | 11110001 | 11101 | 11101 | 0 | 101 | 11110001 | 1000111 | 1010001 |
Color Harmonies of #ACABF1
Complementary color
Monochromatic Colors of #ACABF1
Black with #ACABF1
Text Example
Text Example
White with #ACABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABF1; }
p { color: rgb(172,171,241); }
H1.HeaderClassName
{
color: #ACABF1;
}
.AnyTagClassName
{
color: #ACABF1;
}
</style>
background-color css
<style>
a { background-color: #ACABF1; }
a { background-color: rgb(172,171,241); }
div.DivClassName
{
background-color: #ACABF1;
}
.BgClassName
{
background-color: #ACABF1;
}
</style>
border-color css
<style>
span { border-color: #ACABF1; }
span { border-color: rgb(172,171,241); }
td.TdClassName
{
border-color: #ACABF1;
}
.TagClassName
{
border-color: #ACABF1;
}
</style>