Shades of Perano #ADACFF
Tints of Perano #ADACFF
RGB
CMYK
RGB Variations
Color information
#ADACFF (or 0xADACFF) is known color: Perano. HEX triplet: AD, AC and FF. RGB value is (173,172,255). Sum of RGB (Red+Green+Blue) = 173+172+255=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFF is #525300. Grayscale: #B5B5B5. Windows color (decimal): -5395201 or 16755885. OLE color: 16755885.
HSL color Cylindrical-coordinate representation of color #ADACFF: hue angle of 240.72º 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 #ADACFF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 172 | 255 | - |
| CMYK | 0.32 | 0.33 | 0 | 0 |
| HSL | 240.72º | 1% | 0.84% | - |
| HSV(B) | 240.72º | 0.33% | 1% | - |
| XYZ | 50.04 | 45.61 | 100.77 | - |
| YUV | 181.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 255 | 0.32 | 0.33 | 0 | 0 | 240.72 | 1 | 0.84 |
| Hex | AD | AC | FF | 20 | 21 | 0 | 0 | F1 | 64 | 54 |
| Octal | 255 | 254 | 377 | 40 | 41 | 0 | 0 | 361 | 144 | 124 |
| Binary | 10101101 | 10101100 | 11111111 | 100000 | 100001 | 0 | 0 | 11110001 | 1100100 | 1010100 |
Color Harmonies of #ADACFF
Complementary color
Monochromatic Colors of #ADACFF
Black with #ADACFF
Text Example
Text Example
White with #ADACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACFF; }
p { color: rgb(173,172,255); }
H1.HeaderClassName
{
color: #ADACFF;
}
.AnyTagClassName
{
color: #ADACFF;
}
</style>
background-color css
<style>
a { background-color: #ADACFF; }
a { background-color: rgb(173,172,255); }
div.DivClassName
{
background-color: #ADACFF;
}
.BgClassName
{
background-color: #ADACFF;
}
</style>
border-color css
<style>
span { border-color: #ADACFF; }
span { border-color: rgb(173,172,255); }
td.TdClassName
{
border-color: #ADACFF;
}
.TagClassName
{
border-color: #ADACFF;
}
</style>