Shades of Perano #ACADF5
Tints of Perano #ACADF5
RGB
CMYK
RGB Variations
Color information
#ACADF5 (or 0xACADF5) is known color: Perano. HEX triplet: AC, AD and F5. RGB value is (172,173,245). Sum of RGB (Red+Green+Blue) = 172+173+245=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACADF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADF5 is #53520A. Grayscale: #B4B4B4. Windows color (decimal): -5460491 or 16100780. OLE color: 16100780.
HSL color Cylindrical-coordinate representation of color #ACADF5: hue angle of 239.18º degrees, saturation: 0.78, 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 #ACADF5 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 173 | 245 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.04 |
| HSL | 239.18º | 0.78% | 0.82% | - |
| HSV(B) | 239.18º | 0.3% | 0.96% | - |
| XYZ | 48.44 | 45.25 | 92.57 | - |
| YUV | 180.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 245 | 0.30 | 0.29 | 0 | 0.04 | 239.18 | 0.78 | 0.82 |
| Hex | AC | AD | F5 | 1E | 1D | 0 | 4 | EF | 4E | 52 |
| Octal | 254 | 255 | 365 | 36 | 35 | 0 | 4 | 357 | 116 | 122 |
| Binary | 10101100 | 10101101 | 11110101 | 11110 | 11101 | 0 | 100 | 11101111 | 1001110 | 1010010 |
Color Harmonies of #ACADF5
Complementary color
Monochromatic Colors of #ACADF5
Black with #ACADF5
Text Example
Text Example
White with #ACADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADF5; }
p { color: rgb(172,173,245); }
H1.HeaderClassName
{
color: #ACADF5;
}
.AnyTagClassName
{
color: #ACADF5;
}
</style>
background-color css
<style>
a { background-color: #ACADF5; }
a { background-color: rgb(172,173,245); }
div.DivClassName
{
background-color: #ACADF5;
}
.BgClassName
{
background-color: #ACADF5;
}
</style>
border-color css
<style>
span { border-color: #ACADF5; }
span { border-color: rgb(172,173,245); }
td.TdClassName
{
border-color: #ACADF5;
}
.TagClassName
{
border-color: #ACADF5;
}
</style>