Shades of Perano #ADABFF
Tints of Perano #ADABFF
RGB
CMYK
RGB Variations
Color information
#ADABFF (or 0xADABFF) is known color: Perano. HEX triplet: AD, AB and FF. RGB value is (173,171,255). Sum of RGB (Red+Green+Blue) = 173+171+255=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABFF is #525400. Grayscale: #B4B4B4. Windows color (decimal): -5395457 or 16755629. OLE color: 16755629.
HSL color Cylindrical-coordinate representation of color #ADABFF: hue angle of 241.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADABFF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 171 | 255 | - |
| CMYK | 0.32 | 0.33 | 0 | 0 |
| HSL | 241.43º | 1% | 0.84% | - |
| HSV(B) | 241.43º | 0.33% | 1% | - |
| XYZ | 49.85 | 45.23 | 100.71 | - |
| YUV | 181.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 255 | 0.32 | 0.33 | 0 | 0 | 241.43 | 1 | 0.84 |
| Hex | AD | AB | FF | 20 | 21 | 0 | 0 | F1 | 64 | 54 |
| Octal | 255 | 253 | 377 | 40 | 41 | 0 | 0 | 361 | 144 | 124 |
| Binary | 10101101 | 10101011 | 11111111 | 100000 | 100001 | 0 | 0 | 11110001 | 1100100 | 1010100 |
Color Harmonies of #ADABFF
Complementary color
Monochromatic Colors of #ADABFF
Black with #ADABFF
Text Example
Text Example
White with #ADABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABFF; }
p { color: rgb(173,171,255); }
H1.HeaderClassName
{
color: #ADABFF;
}
.AnyTagClassName
{
color: #ADABFF;
}
</style>
background-color css
<style>
a { background-color: #ADABFF; }
a { background-color: rgb(173,171,255); }
div.DivClassName
{
background-color: #ADABFF;
}
.BgClassName
{
background-color: #ADABFF;
}
</style>
border-color css
<style>
span { border-color: #ADABFF; }
span { border-color: rgb(173,171,255); }
td.TdClassName
{
border-color: #ADABFF;
}
.TagClassName
{
border-color: #ADABFF;
}
</style>