Shades of Perano #ACADF4
Tints of Perano #ACADF4
RGB
CMYK
RGB Variations
Color information
#ACADF4 (or 0xACADF4) is known color: Perano. HEX triplet: AC, AD and F4. RGB value is (172,173,244). Sum of RGB (Red+Green+Blue) = 172+173+244=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACADF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF4 is #53520B. Grayscale: #B4B4B4. Windows color (decimal): -5460492 or 16035244. OLE color: 16035244.
HSL color Cylindrical-coordinate representation of color #ACADF4: hue angle of 239.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACADF4 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 173 | 244 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.04 |
| HSL | 239.17º | 0.77% | 0.82% | - |
| HSV(B) | 239.17º | 0.3% | 0.96% | - |
| XYZ | 48.29 | 45.19 | 91.77 | - |
| YUV | 180.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 244 | 0.30 | 0.29 | 0 | 0.04 | 239.17 | 0.77 | 0.82 |
| Hex | AC | AD | F4 | 1E | 1D | 0 | 4 | EF | 4D | 52 |
| Octal | 254 | 255 | 364 | 36 | 35 | 0 | 4 | 357 | 115 | 122 |
| Binary | 10101100 | 10101101 | 11110100 | 11110 | 11101 | 0 | 100 | 11101111 | 1001101 | 1010010 |
Color Harmonies of #ACADF4
Complementary color
Monochromatic Colors of #ACADF4
Black with #ACADF4
Text Example
Text Example
White with #ACADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADF4; }
p { color: rgb(172,173,244); }
H1.HeaderClassName
{
color: #ACADF4;
}
.AnyTagClassName
{
color: #ACADF4;
}
</style>
background-color css
<style>
a { background-color: #ACADF4; }
a { background-color: rgb(172,173,244); }
div.DivClassName
{
background-color: #ACADF4;
}
.BgClassName
{
background-color: #ACADF4;
}
</style>
border-color css
<style>
span { border-color: #ACADF4; }
span { border-color: rgb(172,173,244); }
td.TdClassName
{
border-color: #ACADF4;
}
.TagClassName
{
border-color: #ACADF4;
}
</style>