Shades of Perano #ADADF1
Tints of Perano #ADADF1
RGB
CMYK
RGB Variations
Color information
#ADADF1 (or 0xADADF1) is known color: Perano. HEX triplet: AD, AD and F1. RGB value is (173,173,241). Sum of RGB (Red+Green+Blue) = 173+173+241=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADF1 is #52520E. Grayscale: #B4B4B4. Windows color (decimal): -5394959 or 15838637. OLE color: 15838637.
HSL color Cylindrical-coordinate representation of color #ADADF1: hue angle of 240º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADADF1 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 173 | 241 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.05 |
| HSL | 240º | 0.71% | 0.81% | - |
| HSV(B) | 240º | 0.28% | 0.95% | - |
| XYZ | 48.05 | 45.12 | 89.4 | - |
| YUV | 180.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 241 | 0.28 | 0.28 | 0 | 0.05 | 240 | 0.71 | 0.81 |
| Hex | AD | AD | F1 | 1C | 1C | 0 | 5 | F0 | 47 | 51 |
| Octal | 255 | 255 | 361 | 34 | 34 | 0 | 5 | 360 | 107 | 121 |
| Binary | 10101101 | 10101101 | 11110001 | 11100 | 11100 | 0 | 101 | 11110000 | 1000111 | 1010001 |
Color Harmonies of #ADADF1
Complementary color
Monochromatic Colors of #ADADF1
Black with #ADADF1
Text Example
Text Example
White with #ADADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADF1; }
p { color: rgb(173,173,241); }
H1.HeaderClassName
{
color: #ADADF1;
}
.AnyTagClassName
{
color: #ADADF1;
}
</style>
background-color css
<style>
a { background-color: #ADADF1; }
a { background-color: rgb(173,173,241); }
div.DivClassName
{
background-color: #ADADF1;
}
.BgClassName
{
background-color: #ADADF1;
}
</style>
border-color css
<style>
span { border-color: #ADADF1; }
span { border-color: rgb(173,173,241); }
td.TdClassName
{
border-color: #ADADF1;
}
.TagClassName
{
border-color: #ADADF1;
}
</style>