Shades of Perano #ADAFEA
Tints of Perano #ADAFEA
RGB
CMYK
RGB Variations
Color information
#ADAFEA (or 0xADAFEA) is known color: Perano. HEX triplet: AD, AF and EA. RGB value is (173,175,234). Sum of RGB (Red+Green+Blue) = 173+175+234=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEA is #525015. Grayscale: #B4B4B4. Windows color (decimal): -5394454 or 15380397. OLE color: 15380397.
HSL color Cylindrical-coordinate representation of color #ADAFEA: hue angle of 238.03º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAFEA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 175 | 234 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.08 |
| HSL | 238.03º | 0.59% | 0.8% | - |
| HSV(B) | 238.03º | 0.26% | 0.92% | - |
| XYZ | 47.41 | 45.48 | 84.12 | - |
| YUV | 181.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 234 | 0.26 | 0.25 | 0 | 0.08 | 238.03 | 0.59 | 0.8 |
| Hex | AD | AF | EA | 1A | 19 | 0 | 8 | EE | 3B | 50 |
| Octal | 255 | 257 | 352 | 32 | 31 | 0 | 10 | 356 | 73 | 120 |
| Binary | 10101101 | 10101111 | 11101010 | 11010 | 11001 | 0 | 1000 | 11101110 | 111011 | 1010000 |
Color Harmonies of #ADAFEA
Complementary color
Monochromatic Colors of #ADAFEA
Black with #ADAFEA
Text Example
Text Example
White with #ADAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFEA; }
p { color: rgb(173,175,234); }
H1.HeaderClassName
{
color: #ADAFEA;
}
.AnyTagClassName
{
color: #ADAFEA;
}
</style>
background-color css
<style>
a { background-color: #ADAFEA; }
a { background-color: rgb(173,175,234); }
div.DivClassName
{
background-color: #ADAFEA;
}
.BgClassName
{
background-color: #ADAFEA;
}
</style>
border-color css
<style>
span { border-color: #ADAFEA; }
span { border-color: rgb(173,175,234); }
td.TdClassName
{
border-color: #ADAFEA;
}
.TagClassName
{
border-color: #ADAFEA;
}
</style>