Shades of Perano #ADACF3
Tints of Perano #ADACF3
RGB
CMYK
RGB Variations
Color information
#ADACF3 (or 0xADACF3) is known color: Perano. HEX triplet: AD, AC and F3. RGB value is (173,172,243). Sum of RGB (Red+Green+Blue) = 173+172+243=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF3 is #52530C. Grayscale: #B4B4B4. Windows color (decimal): -5395213 or 15969453. OLE color: 15969453.
HSL color Cylindrical-coordinate representation of color #ADACF3: hue angle of 240.85º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADACF3 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 172 | 243 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.05 |
| HSL | 240.85º | 0.75% | 0.81% | - |
| HSV(B) | 240.85º | 0.29% | 0.95% | - |
| XYZ | 48.16 | 44.86 | 90.91 | - |
| YUV | 180.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 243 | 0.29 | 0.29 | 0 | 0.05 | 240.85 | 0.75 | 0.81 |
| Hex | AD | AC | F3 | 1D | 1D | 0 | 5 | F1 | 4B | 51 |
| Octal | 255 | 254 | 363 | 35 | 35 | 0 | 5 | 361 | 113 | 121 |
| Binary | 10101101 | 10101100 | 11110011 | 11101 | 11101 | 0 | 101 | 11110001 | 1001011 | 1010001 |
Color Harmonies of #ADACF3
Complementary color
Monochromatic Colors of #ADACF3
Black with #ADACF3
Text Example
Text Example
White with #ADACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACF3; }
p { color: rgb(173,172,243); }
H1.HeaderClassName
{
color: #ADACF3;
}
.AnyTagClassName
{
color: #ADACF3;
}
</style>
background-color css
<style>
a { background-color: #ADACF3; }
a { background-color: rgb(173,172,243); }
div.DivClassName
{
background-color: #ADACF3;
}
.BgClassName
{
background-color: #ADACF3;
}
</style>
border-color css
<style>
span { border-color: #ADACF3; }
span { border-color: rgb(173,172,243); }
td.TdClassName
{
border-color: #ADACF3;
}
.TagClassName
{
border-color: #ADACF3;
}
</style>