Shades of Perano #ADB0FF
Tints of Perano #ADB0FF
RGB
CMYK
RGB Variations
Color information
#ADB0FF (or 0xADB0FF) is known color: Perano. HEX triplet: AD, B0 and FF. RGB value is (173,176,255). Sum of RGB (Red+Green+Blue) = 173+176+255=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0FF is #524F00. Grayscale: #B7B7B7. Windows color (decimal): -5394177 or 16756909. OLE color: 16756909.
HSL color Cylindrical-coordinate representation of color #ADB0FF: hue angle of 237.8º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB0FF is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 176 | 255 | - |
| CMYK | 0.32 | 0.31 | 0 | 0 |
| HSL | 237.8º | 1% | 0.84% | - |
| HSV(B) | 237.8º | 0.32% | 1% | - |
| XYZ | 50.81 | 47.15 | 101.03 | - |
| YUV | 184.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 255 | 0.32 | 0.31 | 0 | 0 | 237.8 | 1 | 0.84 |
| Hex | AD | B0 | FF | 20 | 1F | 0 | 0 | EE | 64 | 54 |
| Octal | 255 | 260 | 377 | 40 | 37 | 0 | 0 | 356 | 144 | 124 |
| Binary | 10101101 | 10110000 | 11111111 | 100000 | 11111 | 0 | 0 | 11101110 | 1100100 | 1010100 |
Color Harmonies of #ADB0FF
Complementary color
Monochromatic Colors of #ADB0FF
Black with #ADB0FF
Text Example
Text Example
White with #ADB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0FF; }
p { color: rgb(173,176,255); }
H1.HeaderClassName
{
color: #ADB0FF;
}
.AnyTagClassName
{
color: #ADB0FF;
}
</style>
background-color css
<style>
a { background-color: #ADB0FF; }
a { background-color: rgb(173,176,255); }
div.DivClassName
{
background-color: #ADB0FF;
}
.BgClassName
{
background-color: #ADB0FF;
}
</style>
border-color css
<style>
span { border-color: #ADB0FF; }
span { border-color: rgb(173,176,255); }
td.TdClassName
{
border-color: #ADB0FF;
}
.TagClassName
{
border-color: #ADB0FF;
}
</style>