Shades of Perano #ACABFC
Tints of Perano #ACABFC
RGB
CMYK
RGB Variations
Color information
#ACABFC (or 0xACABFC) is known color: Perano. HEX triplet: AC, AB and FC. RGB value is (172,171,252). Sum of RGB (Red+Green+Blue) = 172+171+252=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABFC is #535403. Grayscale: #B4B4B4. Windows color (decimal): -5460996 or 16559020. OLE color: 16559020.
HSL color Cylindrical-coordinate representation of color #ACABFC: hue angle of 240.74º degrees, saturation: 0.93, 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 #ACABFC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 171 | 252 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.01 |
| HSL | 240.74º | 0.93% | 0.83% | - |
| HSV(B) | 240.74º | 0.32% | 0.99% | - |
| XYZ | 49.15 | 44.92 | 98.18 | - |
| YUV | 180.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 252 | 0.32 | 0.32 | 0 | 0.01 | 240.74 | 0.93 | 0.83 |
| Hex | AC | AB | FC | 20 | 20 | 0 | 1 | F1 | 5D | 53 |
| Octal | 254 | 253 | 374 | 40 | 40 | 0 | 1 | 361 | 135 | 123 |
| Binary | 10101100 | 10101011 | 11111100 | 100000 | 100000 | 0 | 1 | 11110001 | 1011101 | 1010011 |
Color Harmonies of #ACABFC
Complementary color
Monochromatic Colors of #ACABFC
Black with #ACABFC
Text Example
Text Example
White with #ACABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABFC; }
p { color: rgb(172,171,252); }
H1.HeaderClassName
{
color: #ACABFC;
}
.AnyTagClassName
{
color: #ACABFC;
}
</style>
background-color css
<style>
a { background-color: #ACABFC; }
a { background-color: rgb(172,171,252); }
div.DivClassName
{
background-color: #ACABFC;
}
.BgClassName
{
background-color: #ACABFC;
}
</style>
border-color css
<style>
span { border-color: #ACABFC; }
span { border-color: rgb(172,171,252); }
td.TdClassName
{
border-color: #ACABFC;
}
.TagClassName
{
border-color: #ACABFC;
}
</style>