Shades of Perano #ADACF0
Tints of Perano #ADACF0
RGB
CMYK
RGB Variations
Color information
#ADACF0 (or 0xADACF0) is known color: Perano. HEX triplet: AD, AC and F0. RGB value is (173,172,240). Sum of RGB (Red+Green+Blue) = 173+172+240=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF0 is #52530F. Grayscale: #B3B3B3. Windows color (decimal): -5395216 or 15772845. OLE color: 15772845.
HSL color Cylindrical-coordinate representation of color #ADACF0: hue angle of 240.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADACF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 172 | 240 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.06 |
| HSL | 240.88º | 0.69% | 0.81% | - |
| HSV(B) | 240.88º | 0.28% | 0.94% | - |
| XYZ | 47.71 | 44.68 | 88.55 | - |
| YUV | 180.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 240 | 0.28 | 0.28 | 0 | 0.06 | 240.88 | 0.69 | 0.81 |
| Hex | AD | AC | F0 | 1C | 1C | 0 | 6 | F1 | 45 | 51 |
| Octal | 255 | 254 | 360 | 34 | 34 | 0 | 6 | 361 | 105 | 121 |
| Binary | 10101101 | 10101100 | 11110000 | 11100 | 11100 | 0 | 110 | 11110001 | 1000101 | 1010001 |
Color Harmonies of #ADACF0
Complementary color
Monochromatic Colors of #ADACF0
Black with #ADACF0
Text Example
Text Example
White with #ADACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACF0; }
p { color: rgb(173,172,240); }
H1.HeaderClassName
{
color: #ADACF0;
}
.AnyTagClassName
{
color: #ADACF0;
}
</style>
background-color css
<style>
a { background-color: #ADACF0; }
a { background-color: rgb(173,172,240); }
div.DivClassName
{
background-color: #ADACF0;
}
.BgClassName
{
background-color: #ADACF0;
}
</style>
border-color css
<style>
span { border-color: #ADACF0; }
span { border-color: rgb(173,172,240); }
td.TdClassName
{
border-color: #ADACF0;
}
.TagClassName
{
border-color: #ADACF0;
}
</style>