Shades of Perano #ACAAFC
Tints of Perano #ACAAFC
RGB
CMYK
RGB Variations
Color information
#ACAAFC (or 0xACAAFC) is known color: Perano. HEX triplet: AC, AA and FC. RGB value is (172,170,252). Sum of RGB (Red+Green+Blue) = 172+170+252=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAFC is #535503. Grayscale: #B3B3B3. Windows color (decimal): -5461252 or 16558764. OLE color: 16558764.
HSL color Cylindrical-coordinate representation of color #ACAAFC: hue angle of 241.46º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACAAFC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 170 | 252 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.01 |
| HSL | 241.46º | 0.93% | 0.83% | - |
| HSV(B) | 241.46º | 0.33% | 0.99% | - |
| XYZ | 48.96 | 44.55 | 98.11 | - |
| YUV | 179.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 252 | 0.32 | 0.33 | 0 | 0.01 | 241.46 | 0.93 | 0.83 |
| Hex | AC | AA | FC | 20 | 21 | 0 | 1 | F1 | 5D | 53 |
| Octal | 254 | 252 | 374 | 40 | 41 | 0 | 1 | 361 | 135 | 123 |
| Binary | 10101100 | 10101010 | 11111100 | 100000 | 100001 | 0 | 1 | 11110001 | 1011101 | 1010011 |
Color Harmonies of #ACAAFC
Complementary color
Monochromatic Colors of #ACAAFC
Black with #ACAAFC
Text Example
Text Example
White with #ACAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAFC; }
p { color: rgb(172,170,252); }
H1.HeaderClassName
{
color: #ACAAFC;
}
.AnyTagClassName
{
color: #ACAAFC;
}
</style>
background-color css
<style>
a { background-color: #ACAAFC; }
a { background-color: rgb(172,170,252); }
div.DivClassName
{
background-color: #ACAAFC;
}
.BgClassName
{
background-color: #ACAAFC;
}
</style>
border-color css
<style>
span { border-color: #ACAAFC; }
span { border-color: rgb(172,170,252); }
td.TdClassName
{
border-color: #ACAAFC;
}
.TagClassName
{
border-color: #ACAAFC;
}
</style>