Shades of Perano #ADA3F5
Tints of Perano #ADA3F5
RGB
CMYK
RGB Variations
Color information
#ADA3F5 (or 0xADA3F5) is known color: Perano. HEX triplet: AD, A3 and F5. RGB value is (173,163,245). Sum of RGB (Red+Green+Blue) = 173+163+245=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADA3F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3F5 is #525C0A. Grayscale: #AFAFAF. Windows color (decimal): -5397515 or 16098221. OLE color: 16098221.
HSL color Cylindrical-coordinate representation of color #ADA3F5: hue angle of 247.32º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA3F5 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 163 | 245 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.04 |
| HSL | 247.32º | 0.8% | 0.8% | - |
| HSV(B) | 247.32º | 0.33% | 0.96% | - |
| XYZ | 46.81 | 41.67 | 91.96 | - |
| YUV | 175.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 245 | 0.29 | 0.33 | 0 | 0.04 | 247.32 | 0.8 | 0.8 |
| Hex | AD | A3 | F5 | 1D | 21 | 0 | 4 | F7 | 50 | 50 |
| Octal | 255 | 243 | 365 | 35 | 41 | 0 | 4 | 367 | 120 | 120 |
| Binary | 10101101 | 10100011 | 11110101 | 11101 | 100001 | 0 | 100 | 11110111 | 1010000 | 1010000 |
Color Harmonies of #ADA3F5
Complementary color
Monochromatic Colors of #ADA3F5
Black with #ADA3F5
Text Example
Text Example
White with #ADA3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3F5; }
p { color: rgb(173,163,245); }
H1.HeaderClassName
{
color: #ADA3F5;
}
.AnyTagClassName
{
color: #ADA3F5;
}
</style>
background-color css
<style>
a { background-color: #ADA3F5; }
a { background-color: rgb(173,163,245); }
div.DivClassName
{
background-color: #ADA3F5;
}
.BgClassName
{
background-color: #ADA3F5;
}
</style>
border-color css
<style>
span { border-color: #ADA3F5; }
span { border-color: rgb(173,163,245); }
td.TdClassName
{
border-color: #ADA3F5;
}
.TagClassName
{
border-color: #ADA3F5;
}
</style>