Shades of Perano #ADACFE
Tints of Perano #ADACFE
RGB
CMYK
RGB Variations
Color information
#ADACFE (or 0xADACFE) is known color: Perano. HEX triplet: AD, AC and FE. RGB value is (173,172,254). Sum of RGB (Red+Green+Blue) = 173+172+254=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFE is #525301. Grayscale: #B5B5B5. Windows color (decimal): -5395202 or 16690349. OLE color: 16690349.
HSL color Cylindrical-coordinate representation of color #ADACFE: hue angle of 240.73º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADACFE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 172 | 254 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.00 |
| HSL | 240.73º | 0.98% | 0.84% | - |
| HSV(B) | 240.73º | 0.32% | 1% | - |
| XYZ | 49.88 | 45.55 | 99.93 | - |
| YUV | 181.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 254 | 0.32 | 0.32 | 0 | 0.00 | 240.73 | 0.98 | 0.84 |
| Hex | AD | AC | FE | 20 | 20 | 0 | 0 | F1 | 62 | 54 |
| Octal | 255 | 254 | 376 | 40 | 40 | 0 | 0 | 361 | 142 | 124 |
| Binary | 10101101 | 10101100 | 11111110 | 100000 | 100000 | 0 | 0 | 11110001 | 1100010 | 1010100 |
Color Harmonies of #ADACFE
Complementary color
Monochromatic Colors of #ADACFE
Black with #ADACFE
Text Example
Text Example
White with #ADACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACFE; }
p { color: rgb(173,172,254); }
H1.HeaderClassName
{
color: #ADACFE;
}
.AnyTagClassName
{
color: #ADACFE;
}
</style>
background-color css
<style>
a { background-color: #ADACFE; }
a { background-color: rgb(173,172,254); }
div.DivClassName
{
background-color: #ADACFE;
}
.BgClassName
{
background-color: #ADACFE;
}
</style>
border-color css
<style>
span { border-color: #ADACFE; }
span { border-color: rgb(173,172,254); }
td.TdClassName
{
border-color: #ADACFE;
}
.TagClassName
{
border-color: #ADACFE;
}
</style>