Shades of Perano #ADAAEF
Tints of Perano #ADAAEF
RGB
CMYK
RGB Variations
Color information
#ADAAEF (or 0xADAAEF) is known color: Perano. HEX triplet: AD, AA and EF. RGB value is (173,170,239). Sum of RGB (Red+Green+Blue) = 173+170+239=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAEF is #525510. Grayscale: #B2B2B2. Windows color (decimal): -5395729 or 15706797. OLE color: 15706797.
HSL color Cylindrical-coordinate representation of color #ADAAEF: hue angle of 242.61º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAAEF is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 170 | 239 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.06 |
| HSL | 242.61º | 0.68% | 0.8% | - |
| HSV(B) | 242.61º | 0.29% | 0.94% | - |
| XYZ | 47.19 | 43.87 | 87.64 | - |
| YUV | 178.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 239 | 0.28 | 0.29 | 0 | 0.06 | 242.61 | 0.68 | 0.8 |
| Hex | AD | AA | EF | 1C | 1D | 0 | 6 | F3 | 44 | 50 |
| Octal | 255 | 252 | 357 | 34 | 35 | 0 | 6 | 363 | 104 | 120 |
| Binary | 10101101 | 10101010 | 11101111 | 11100 | 11101 | 0 | 110 | 11110011 | 1000100 | 1010000 |
Color Harmonies of #ADAAEF
Complementary color
Monochromatic Colors of #ADAAEF
Black with #ADAAEF
Text Example
Text Example
White with #ADAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAEF; }
p { color: rgb(173,170,239); }
H1.HeaderClassName
{
color: #ADAAEF;
}
.AnyTagClassName
{
color: #ADAAEF;
}
</style>
background-color css
<style>
a { background-color: #ADAAEF; }
a { background-color: rgb(173,170,239); }
div.DivClassName
{
background-color: #ADAAEF;
}
.BgClassName
{
background-color: #ADAAEF;
}
</style>
border-color css
<style>
span { border-color: #ADAAEF; }
span { border-color: rgb(173,170,239); }
td.TdClassName
{
border-color: #ADAAEF;
}
.TagClassName
{
border-color: #ADAAEF;
}
</style>