Shades of Perano #ADB1FA
Tints of Perano #ADB1FA
RGB
CMYK
RGB Variations
Color information
#ADB1FA (or 0xADB1FA) is known color: Perano. HEX triplet: AD, B1 and FA. RGB value is (173,177,250). Sum of RGB (Red+Green+Blue) = 173+177+250=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1FA is #524E05. Grayscale: #B7B7B7. Windows color (decimal): -5393926 or 16429485. OLE color: 16429485.
HSL color Cylindrical-coordinate representation of color #ADB1FA: hue angle of 236.88º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB1FA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 177 | 250 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.02 |
| HSL | 236.88º | 0.89% | 0.83% | - |
| HSV(B) | 236.88º | 0.31% | 0.98% | - |
| XYZ | 50.21 | 47.23 | 96.91 | - |
| YUV | 184.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 250 | 0.31 | 0.29 | 0 | 0.02 | 236.88 | 0.89 | 0.83 |
| Hex | AD | B1 | FA | 1F | 1D | 0 | 2 | ED | 59 | 53 |
| Octal | 255 | 261 | 372 | 37 | 35 | 0 | 2 | 355 | 131 | 123 |
| Binary | 10101101 | 10110001 | 11111010 | 11111 | 11101 | 0 | 10 | 11101101 | 1011001 | 1010011 |
Color Harmonies of #ADB1FA
Complementary color
Monochromatic Colors of #ADB1FA
Black with #ADB1FA
Text Example
Text Example
White with #ADB1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1FA; }
p { color: rgb(173,177,250); }
H1.HeaderClassName
{
color: #ADB1FA;
}
.AnyTagClassName
{
color: #ADB1FA;
}
</style>
background-color css
<style>
a { background-color: #ADB1FA; }
a { background-color: rgb(173,177,250); }
div.DivClassName
{
background-color: #ADB1FA;
}
.BgClassName
{
background-color: #ADB1FA;
}
</style>
border-color css
<style>
span { border-color: #ADB1FA; }
span { border-color: rgb(173,177,250); }
td.TdClassName
{
border-color: #ADB1FA;
}
.TagClassName
{
border-color: #ADB1FA;
}
</style>