Shades of Perano #ADACF2
Tints of Perano #ADACF2
RGB
CMYK
RGB Variations
Color information
#ADACF2 (or 0xADACF2) is known color: Perano. HEX triplet: AD, AC and F2. RGB value is (173,172,242). Sum of RGB (Red+Green+Blue) = 173+172+242=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACF2 is #52530D. Grayscale: #B4B4B4. Windows color (decimal): -5395214 or 15903917. OLE color: 15903917.
HSL color Cylindrical-coordinate representation of color #ADACF2: hue angle of 240.86º degrees, saturation: 0.73, 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 #ADACF2 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 172 | 242 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.05 |
| HSL | 240.86º | 0.73% | 0.81% | - |
| HSV(B) | 240.86º | 0.29% | 0.95% | - |
| XYZ | 48.01 | 44.8 | 90.12 | - |
| YUV | 180.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 242 | 0.29 | 0.29 | 0 | 0.05 | 240.86 | 0.73 | 0.81 |
| Hex | AD | AC | F2 | 1D | 1D | 0 | 5 | F1 | 49 | 51 |
| Octal | 255 | 254 | 362 | 35 | 35 | 0 | 5 | 361 | 111 | 121 |
| Binary | 10101101 | 10101100 | 11110010 | 11101 | 11101 | 0 | 101 | 11110001 | 1001001 | 1010001 |
Color Harmonies of #ADACF2
Complementary color
Monochromatic Colors of #ADACF2
Black with #ADACF2
Text Example
Text Example
White with #ADACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACF2; }
p { color: rgb(173,172,242); }
H1.HeaderClassName
{
color: #ADACF2;
}
.AnyTagClassName
{
color: #ADACF2;
}
</style>
background-color css
<style>
a { background-color: #ADACF2; }
a { background-color: rgb(173,172,242); }
div.DivClassName
{
background-color: #ADACF2;
}
.BgClassName
{
background-color: #ADACF2;
}
</style>
border-color css
<style>
span { border-color: #ADACF2; }
span { border-color: rgb(173,172,242); }
td.TdClassName
{
border-color: #ADACF2;
}
.TagClassName
{
border-color: #ADACF2;
}
</style>