Shades of Perano #ADAFE1
Tints of Perano #ADAFE1
RGB
CMYK
RGB Variations
Color information
#ADAFE1 (or 0xADAFE1) is known color: Perano. HEX triplet: AD, AF and E1. RGB value is (173,175,225). Sum of RGB (Red+Green+Blue) = 173+175+225=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADAFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE1 is #52501E. Grayscale: #B3B3B3. Windows color (decimal): -5394463 or 14790573. OLE color: 14790573.
HSL color Cylindrical-coordinate representation of color #ADAFE1: hue angle of 237.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAFE1 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 175 | 225 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.12 |
| HSL | 237.69º | 0.46% | 0.78% | - |
| HSV(B) | 237.69º | 0.23% | 0.88% | - |
| XYZ | 46.15 | 44.98 | 77.48 | - |
| YUV | 180.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 225 | 0.23 | 0.22 | 0 | 0.12 | 237.69 | 0.46 | 0.78 |
| Hex | AD | AF | E1 | 17 | 16 | 0 | C | EE | 2E | 4E |
| Octal | 255 | 257 | 341 | 27 | 26 | 0 | 14 | 356 | 56 | 116 |
| Binary | 10101101 | 10101111 | 11100001 | 10111 | 10110 | 0 | 1100 | 11101110 | 101110 | 1001110 |
Color Harmonies of #ADAFE1
Complementary color
Monochromatic Colors of #ADAFE1
Black with #ADAFE1
Text Example
Text Example
White with #ADAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFE1; }
p { color: rgb(173,175,225); }
H1.HeaderClassName
{
color: #ADAFE1;
}
.AnyTagClassName
{
color: #ADAFE1;
}
</style>
background-color css
<style>
a { background-color: #ADAFE1; }
a { background-color: rgb(173,175,225); }
div.DivClassName
{
background-color: #ADAFE1;
}
.BgClassName
{
background-color: #ADAFE1;
}
</style>
border-color css
<style>
span { border-color: #ADAFE1; }
span { border-color: rgb(173,175,225); }
td.TdClassName
{
border-color: #ADAFE1;
}
.TagClassName
{
border-color: #ADAFE1;
}
</style>