Shades of Perano #ADA8FA
Tints of Perano #ADA8FA
RGB
CMYK
RGB Variations
Color information
#ADA8FA (or 0xADA8FA) is known color: Perano. HEX triplet: AD, A8 and FA. RGB value is (173,168,250). Sum of RGB (Red+Green+Blue) = 173+168+250=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADA8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8FA is #525705. Grayscale: #B2B2B2. Windows color (decimal): -5396230 or 16427181. OLE color: 16427181.
HSL color Cylindrical-coordinate representation of color #ADA8FA: hue angle of 243.66º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA8FA is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 168 | 250 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.02 |
| HSL | 243.66º | 0.89% | 0.82% | - |
| HSV(B) | 243.66º | 0.33% | 0.98% | - |
| XYZ | 48.49 | 43.79 | 96.34 | - |
| YUV | 178.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 250 | 0.31 | 0.33 | 0 | 0.02 | 243.66 | 0.89 | 0.82 |
| Hex | AD | A8 | FA | 1F | 21 | 0 | 2 | F4 | 59 | 52 |
| Octal | 255 | 250 | 372 | 37 | 41 | 0 | 2 | 364 | 131 | 122 |
| Binary | 10101101 | 10101000 | 11111010 | 11111 | 100001 | 0 | 10 | 11110100 | 1011001 | 1010010 |
Color Harmonies of #ADA8FA
Complementary color
Monochromatic Colors of #ADA8FA
Black with #ADA8FA
Text Example
Text Example
White with #ADA8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8FA; }
p { color: rgb(173,168,250); }
H1.HeaderClassName
{
color: #ADA8FA;
}
.AnyTagClassName
{
color: #ADA8FA;
}
</style>
background-color css
<style>
a { background-color: #ADA8FA; }
a { background-color: rgb(173,168,250); }
div.DivClassName
{
background-color: #ADA8FA;
}
.BgClassName
{
background-color: #ADA8FA;
}
</style>
border-color css
<style>
span { border-color: #ADA8FA; }
span { border-color: rgb(173,168,250); }
td.TdClassName
{
border-color: #ADA8FA;
}
.TagClassName
{
border-color: #ADA8FA;
}
</style>