Shades of Perano #ADA6FA
Tints of Perano #ADA6FA
RGB
CMYK
RGB Variations
Color information
#ADA6FA (or 0xADA6FA) is known color: Perano. HEX triplet: AD, A6 and FA. RGB value is (173,166,250). Sum of RGB (Red+Green+Blue) = 173+166+250=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6FA is #525905. Grayscale: #B1B1B1. Windows color (decimal): -5396742 or 16426669. OLE color: 16426669.
HSL color Cylindrical-coordinate representation of color #ADA6FA: hue angle of 245º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA6FA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 166 | 250 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.02 |
| HSL | 245º | 0.89% | 0.82% | - |
| HSV(B) | 245º | 0.34% | 0.98% | - |
| XYZ | 48.13 | 43.06 | 96.22 | - |
| YUV | 177.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 250 | 0.31 | 0.34 | 0 | 0.02 | 245 | 0.89 | 0.82 |
| Hex | AD | A6 | FA | 1F | 22 | 0 | 2 | F5 | 59 | 52 |
| Octal | 255 | 246 | 372 | 37 | 42 | 0 | 2 | 365 | 131 | 122 |
| Binary | 10101101 | 10100110 | 11111010 | 11111 | 100010 | 0 | 10 | 11110101 | 1011001 | 1010010 |
Color Harmonies of #ADA6FA
Complementary color
Monochromatic Colors of #ADA6FA
Black with #ADA6FA
Text Example
Text Example
White with #ADA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6FA; }
p { color: rgb(173,166,250); }
H1.HeaderClassName
{
color: #ADA6FA;
}
.AnyTagClassName
{
color: #ADA6FA;
}
</style>
background-color css
<style>
a { background-color: #ADA6FA; }
a { background-color: rgb(173,166,250); }
div.DivClassName
{
background-color: #ADA6FA;
}
.BgClassName
{
background-color: #ADA6FA;
}
</style>
border-color css
<style>
span { border-color: #ADA6FA; }
span { border-color: rgb(173,166,250); }
td.TdClassName
{
border-color: #ADA6FA;
}
.TagClassName
{
border-color: #ADA6FA;
}
</style>