Shades of Perano #ADA6F2
Tints of Perano #ADA6F2
RGB
CMYK
RGB Variations
Color information
#ADA6F2 (or 0xADA6F2) is known color: Perano. HEX triplet: AD, A6 and F2. RGB value is (173,166,242). Sum of RGB (Red+Green+Blue) = 173+166+242=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADA6F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6F2 is #52590D. Grayscale: #B0B0B0. Windows color (decimal): -5396750 or 15902381. OLE color: 15902381.
HSL color Cylindrical-coordinate representation of color #ADA6F2: hue angle of 245.53º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA6F2 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 166 | 242 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.05 |
| HSL | 245.53º | 0.75% | 0.8% | - |
| HSV(B) | 245.53º | 0.31% | 0.95% | - |
| XYZ | 46.9 | 42.57 | 89.75 | - |
| YUV | 176.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 242 | 0.29 | 0.31 | 0 | 0.05 | 245.53 | 0.75 | 0.8 |
| Hex | AD | A6 | F2 | 1D | 1F | 0 | 5 | F6 | 4B | 50 |
| Octal | 255 | 246 | 362 | 35 | 37 | 0 | 5 | 366 | 113 | 120 |
| Binary | 10101101 | 10100110 | 11110010 | 11101 | 11111 | 0 | 101 | 11110110 | 1001011 | 1010000 |
Color Harmonies of #ADA6F2
Complementary color
Monochromatic Colors of #ADA6F2
Black with #ADA6F2
Text Example
Text Example
White with #ADA6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6F2; }
p { color: rgb(173,166,242); }
H1.HeaderClassName
{
color: #ADA6F2;
}
.AnyTagClassName
{
color: #ADA6F2;
}
</style>
background-color css
<style>
a { background-color: #ADA6F2; }
a { background-color: rgb(173,166,242); }
div.DivClassName
{
background-color: #ADA6F2;
}
.BgClassName
{
background-color: #ADA6F2;
}
</style>
border-color css
<style>
span { border-color: #ADA6F2; }
span { border-color: rgb(173,166,242); }
td.TdClassName
{
border-color: #ADA6F2;
}
.TagClassName
{
border-color: #ADA6F2;
}
</style>