Shades of Perano #ACABFF
Tints of Perano #ACABFF
RGB
CMYK
RGB Variations
Color information
#ACABFF (or 0xACABFF) is known color: Perano. HEX triplet: AC, AB and FF. RGB value is (172,171,255). Sum of RGB (Red+Green+Blue) = 172+171+255=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABFF is #535400. Grayscale: #B4B4B4. Windows color (decimal): -5460993 or 16755628. OLE color: 16755628.
HSL color Cylindrical-coordinate representation of color #ACABFF: hue angle of 240.71º 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 #ACABFF is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 171 | 255 | - |
| CMYK | 0.33 | 0.33 | 0 | 0 |
| HSL | 240.71º | 1% | 0.84% | - |
| HSV(B) | 240.71º | 0.33% | 1% | - |
| XYZ | 49.63 | 45.12 | 100.7 | - |
| YUV | 180.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 255 | 0.33 | 0.33 | 0 | 0 | 240.71 | 1 | 0.84 |
| Hex | AC | AB | FF | 21 | 21 | 0 | 0 | F1 | 64 | 54 |
| Octal | 254 | 253 | 377 | 41 | 41 | 0 | 0 | 361 | 144 | 124 |
| Binary | 10101100 | 10101011 | 11111111 | 100001 | 100001 | 0 | 0 | 11110001 | 1100100 | 1010100 |
Color Harmonies of #ACABFF
Complementary color
Monochromatic Colors of #ACABFF
Black with #ACABFF
Text Example
Text Example
White with #ACABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABFF; }
p { color: rgb(172,171,255); }
H1.HeaderClassName
{
color: #ACABFF;
}
.AnyTagClassName
{
color: #ACABFF;
}
</style>
background-color css
<style>
a { background-color: #ACABFF; }
a { background-color: rgb(172,171,255); }
div.DivClassName
{
background-color: #ACABFF;
}
.BgClassName
{
background-color: #ACABFF;
}
</style>
border-color css
<style>
span { border-color: #ACABFF; }
span { border-color: rgb(172,171,255); }
td.TdClassName
{
border-color: #ACABFF;
}
.TagClassName
{
border-color: #ACABFF;
}
</style>