Shades of Perano #ADAFE4
Tints of Perano #ADAFE4
RGB
CMYK
RGB Variations
Color information
#ADAFE4 (or 0xADAFE4) is known color: Perano. HEX triplet: AD, AF and E4. RGB value is (173,175,228). Sum of RGB (Red+Green+Blue) = 173+175+228=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE4 is #52501B. Grayscale: #B4B4B4. Windows color (decimal): -5394460 or 14987181. OLE color: 14987181.
HSL color Cylindrical-coordinate representation of color #ADAFE4: hue angle of 237.82º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAFE4 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 175 | 228 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.11 |
| HSL | 237.82º | 0.5% | 0.79% | - |
| HSV(B) | 237.82º | 0.24% | 0.89% | - |
| XYZ | 46.57 | 45.15 | 79.66 | - |
| YUV | 180.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 228 | 0.24 | 0.23 | 0 | 0.11 | 237.82 | 0.5 | 0.79 |
| Hex | AD | AF | E4 | 18 | 17 | 0 | B | EE | 32 | 4F |
| Octal | 255 | 257 | 344 | 30 | 27 | 0 | 13 | 356 | 62 | 117 |
| Binary | 10101101 | 10101111 | 11100100 | 11000 | 10111 | 0 | 1011 | 11101110 | 110010 | 1001111 |
Color Harmonies of #ADAFE4
Complementary color
Monochromatic Colors of #ADAFE4
Black with #ADAFE4
Text Example
Text Example
White with #ADAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFE4; }
p { color: rgb(173,175,228); }
H1.HeaderClassName
{
color: #ADAFE4;
}
.AnyTagClassName
{
color: #ADAFE4;
}
</style>
background-color css
<style>
a { background-color: #ADAFE4; }
a { background-color: rgb(173,175,228); }
div.DivClassName
{
background-color: #ADAFE4;
}
.BgClassName
{
background-color: #ADAFE4;
}
</style>
border-color css
<style>
span { border-color: #ADAFE4; }
span { border-color: rgb(173,175,228); }
td.TdClassName
{
border-color: #ADAFE4;
}
.TagClassName
{
border-color: #ADAFE4;
}
</style>