Shades of Perano #ADA9FE
Tints of Perano #ADA9FE
RGB
CMYK
RGB Variations
Color information
#ADA9FE (or 0xADA9FE) is known color: Perano. HEX triplet: AD, A9 and FE. RGB value is (173,169,254). Sum of RGB (Red+Green+Blue) = 173+169+254=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADA9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9FE is #525601. Grayscale: #B3B3B3. Windows color (decimal): -5395970 or 16689581. OLE color: 16689581.
HSL color Cylindrical-coordinate representation of color #ADA9FE: hue angle of 242.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA9FE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 169 | 254 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.00 |
| HSL | 242.82º | 0.98% | 0.83% | - |
| HSV(B) | 242.82º | 0.33% | 1% | - |
| XYZ | 49.31 | 44.42 | 99.74 | - |
| YUV | 179.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 254 | 0.32 | 0.33 | 0 | 0.00 | 242.82 | 0.98 | 0.83 |
| Hex | AD | A9 | FE | 20 | 21 | 0 | 0 | F3 | 62 | 53 |
| Octal | 255 | 251 | 376 | 40 | 41 | 0 | 0 | 363 | 142 | 123 |
| Binary | 10101101 | 10101001 | 11111110 | 100000 | 100001 | 0 | 0 | 11110011 | 1100010 | 1010011 |
Color Harmonies of #ADA9FE
Complementary color
Monochromatic Colors of #ADA9FE
Black with #ADA9FE
Text Example
Text Example
White with #ADA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9FE; }
p { color: rgb(173,169,254); }
H1.HeaderClassName
{
color: #ADA9FE;
}
.AnyTagClassName
{
color: #ADA9FE;
}
</style>
background-color css
<style>
a { background-color: #ADA9FE; }
a { background-color: rgb(173,169,254); }
div.DivClassName
{
background-color: #ADA9FE;
}
.BgClassName
{
background-color: #ADA9FE;
}
</style>
border-color css
<style>
span { border-color: #ADA9FE; }
span { border-color: rgb(173,169,254); }
td.TdClassName
{
border-color: #ADA9FE;
}
.TagClassName
{
border-color: #ADA9FE;
}
</style>