Shades of Perano #ADACF1
Tints of Perano #ADACF1
RGB
CMYK
RGB Variations
Color information
#ADACF1 (or 0xADACF1) is known color: Perano. HEX triplet: AD, AC and F1. RGB value is (173,172,241). Sum of RGB (Red+Green+Blue) = 173+172+241=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF1 is #52530E. Grayscale: #B3B3B3. Windows color (decimal): -5395215 or 15838381. OLE color: 15838381.
HSL color Cylindrical-coordinate representation of color #ADACF1: hue angle of 240.87º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADACF1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 172 | 241 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.05 |
| HSL | 240.87º | 0.71% | 0.81% | - |
| HSV(B) | 240.87º | 0.29% | 0.95% | - |
| XYZ | 47.86 | 44.74 | 89.33 | - |
| YUV | 180.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 241 | 0.28 | 0.29 | 0 | 0.05 | 240.87 | 0.71 | 0.81 |
| Hex | AD | AC | F1 | 1C | 1D | 0 | 5 | F1 | 47 | 51 |
| Octal | 255 | 254 | 361 | 34 | 35 | 0 | 5 | 361 | 107 | 121 |
| Binary | 10101101 | 10101100 | 11110001 | 11100 | 11101 | 0 | 101 | 11110001 | 1000111 | 1010001 |
Color Harmonies of #ADACF1
Complementary color
Monochromatic Colors of #ADACF1
Black with #ADACF1
Text Example
Text Example
White with #ADACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACF1; }
p { color: rgb(173,172,241); }
H1.HeaderClassName
{
color: #ADACF1;
}
.AnyTagClassName
{
color: #ADACF1;
}
</style>
background-color css
<style>
a { background-color: #ADACF1; }
a { background-color: rgb(173,172,241); }
div.DivClassName
{
background-color: #ADACF1;
}
.BgClassName
{
background-color: #ADACF1;
}
</style>
border-color css
<style>
span { border-color: #ADACF1; }
span { border-color: rgb(173,172,241); }
td.TdClassName
{
border-color: #ADACF1;
}
.TagClassName
{
border-color: #ADACF1;
}
</style>