Shades of Perano #ACACDF
Tints of Perano #ACACDF
RGB
CMYK
RGB Variations
Color information
#ACACDF (or 0xACACDF) is known color: Perano. HEX triplet: AC, AC and DF. RGB value is (172,172,223). Sum of RGB (Red+Green+Blue) = 172+172+223=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDF is #535320. Grayscale: #B1B1B1. Windows color (decimal): -5460769 or 14658732. OLE color: 14658732.
HSL color Cylindrical-coordinate representation of color #ACACDF: hue angle of 240º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACACDF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 172 | 223 | - |
CMYK | 0.23 | 0.23 | 0 | 0.13 |
HSL | 240º | 0.44% | 0.77% | - |
HSV(B) | 240º | 0.23% | 0.87% | - |
XYZ | 45.09 | 43.6 | 75.85 | - |
YUV | 177.81 | 153.5 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 223 | 0.23 | 0.23 | 0 | 0.13 | 240 | 0.44 | 0.77 |
Hex | AC | AC | DF | 17 | 17 | 0 | D | F0 | 2C | 4D |
Octal | 254 | 254 | 337 | 27 | 27 | 0 | 15 | 360 | 54 | 115 |
Binary | 10101100 | 10101100 | 11011111 | 10111 | 10111 | 0 | 1101 | 11110000 | 101100 | 1001101 |
Color Harmonies of #ACACDF
Complementary color
Monochromatic Colors of #ACACDF
Black with #ACACDF
Text Example
Text Example
White with #ACACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACDF; }
p { color: rgb(172,172,223); }
H1.HeaderClassName
{
color: #ACACDF;
}
.AnyTagClassName
{
color: #ACACDF;
}
</style>
background-color css
<style>
a { background-color: #ACACDF; }
a { background-color: rgb(172,172,223); }
div.DivClassName
{
background-color: #ACACDF;
}
.BgClassName
{
background-color: #ACACDF;
}
</style>
border-color css
<style>
span { border-color: #ACACDF; }
span { border-color: rgb(172,172,223); }
td.TdClassName
{
border-color: #ACACDF;
}
.TagClassName
{
border-color: #ACACDF;
}
</style>