Shades of Perano #ACACFC
Tints of Perano #ACACFC
RGB
CMYK
RGB Variations
Color information
#ACACFC (or 0xACACFC) is known color: Perano. HEX triplet: AC, AC and FC. RGB value is (172,172,252). Sum of RGB (Red+Green+Blue) = 172+172+252=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACFC is #535303. Grayscale: #B4B4B4. Windows color (decimal): -5460740 or 16559276. OLE color: 16559276.
HSL color Cylindrical-coordinate representation of color #ACACFC: hue angle of 240º 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 #ACACFC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 172 | 252 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.01 |
| HSL | 240º | 0.93% | 0.83% | - |
| HSV(B) | 240º | 0.32% | 0.99% | - |
| XYZ | 49.34 | 45.3 | 98.24 | - |
| YUV | 181.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 252 | 0.32 | 0.32 | 0 | 0.01 | 240 | 0.93 | 0.83 |
| Hex | AC | AC | FC | 20 | 20 | 0 | 1 | F0 | 5D | 53 |
| Octal | 254 | 254 | 374 | 40 | 40 | 0 | 1 | 360 | 135 | 123 |
| Binary | 10101100 | 10101100 | 11111100 | 100000 | 100000 | 0 | 1 | 11110000 | 1011101 | 1010011 |
Color Harmonies of #ACACFC
Complementary color
Monochromatic Colors of #ACACFC
Black with #ACACFC
Text Example
Text Example
White with #ACACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACFC; }
p { color: rgb(172,172,252); }
H1.HeaderClassName
{
color: #ACACFC;
}
.AnyTagClassName
{
color: #ACACFC;
}
</style>
background-color css
<style>
a { background-color: #ACACFC; }
a { background-color: rgb(172,172,252); }
div.DivClassName
{
background-color: #ACACFC;
}
.BgClassName
{
background-color: #ACACFC;
}
</style>
border-color css
<style>
span { border-color: #ACACFC; }
span { border-color: rgb(172,172,252); }
td.TdClassName
{
border-color: #ACACFC;
}
.TagClassName
{
border-color: #ACACFC;
}
</style>