Shades of Perano #ADABFE
Tints of Perano #ADABFE
RGB
CMYK
RGB Variations
Color information
#ADABFE (or 0xADABFE) is known color: Perano. HEX triplet: AD, AB and FE. RGB value is (173,171,254). Sum of RGB (Red+Green+Blue) = 173+171+254=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABFE is #525401. Grayscale: #B4B4B4. Windows color (decimal): -5395458 or 16690093. OLE color: 16690093.
HSL color Cylindrical-coordinate representation of color #ADABFE: hue angle of 241.45º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADABFE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 171 | 254 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.00 |
| HSL | 241.45º | 0.98% | 0.83% | - |
| HSV(B) | 241.45º | 0.33% | 1% | - |
| XYZ | 49.69 | 45.17 | 99.87 | - |
| YUV | 181.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 254 | 0.32 | 0.33 | 0 | 0.00 | 241.45 | 0.98 | 0.83 |
| Hex | AD | AB | FE | 20 | 21 | 0 | 0 | F1 | 62 | 53 |
| Octal | 255 | 253 | 376 | 40 | 41 | 0 | 0 | 361 | 142 | 123 |
| Binary | 10101101 | 10101011 | 11111110 | 100000 | 100001 | 0 | 0 | 11110001 | 1100010 | 1010011 |
Color Harmonies of #ADABFE
Complementary color
Monochromatic Colors of #ADABFE
Black with #ADABFE
Text Example
Text Example
White with #ADABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABFE; }
p { color: rgb(173,171,254); }
H1.HeaderClassName
{
color: #ADABFE;
}
.AnyTagClassName
{
color: #ADABFE;
}
</style>
background-color css
<style>
a { background-color: #ADABFE; }
a { background-color: rgb(173,171,254); }
div.DivClassName
{
background-color: #ADABFE;
}
.BgClassName
{
background-color: #ADABFE;
}
</style>
border-color css
<style>
span { border-color: #ADABFE; }
span { border-color: rgb(173,171,254); }
td.TdClassName
{
border-color: #ADABFE;
}
.TagClassName
{
border-color: #ADABFE;
}
</style>