Shades of Perano #ADA9FF
Tints of Perano #ADA9FF
RGB
CMYK
RGB Variations
Color information
#ADA9FF (or 0xADA9FF) is known color: Perano. HEX triplet: AD, A9 and FF. RGB value is (173,169,255). Sum of RGB (Red+Green+Blue) = 173+169+255=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9FF is #525600. Grayscale: #B3B3B3. Windows color (decimal): -5395969 or 16755117. OLE color: 16755117.
HSL color Cylindrical-coordinate representation of color #ADA9FF: hue angle of 242.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA9FF is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 169 | 255 | - |
| CMYK | 0.32 | 0.34 | 0 | 0 |
| HSL | 242.79º | 1% | 0.83% | - |
| HSV(B) | 242.79º | 0.34% | 1% | - |
| XYZ | 49.47 | 44.48 | 100.59 | - |
| YUV | 180 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 255 | 0.32 | 0.34 | 0 | 0 | 242.79 | 1 | 0.83 |
| Hex | AD | A9 | FF | 20 | 22 | 0 | 0 | F3 | 64 | 53 |
| Octal | 255 | 251 | 377 | 40 | 42 | 0 | 0 | 363 | 144 | 123 |
| Binary | 10101101 | 10101001 | 11111111 | 100000 | 100010 | 0 | 0 | 11110011 | 1100100 | 1010011 |
Color Harmonies of #ADA9FF
Complementary color
Monochromatic Colors of #ADA9FF
Black with #ADA9FF
Text Example
Text Example
White with #ADA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9FF; }
p { color: rgb(173,169,255); }
H1.HeaderClassName
{
color: #ADA9FF;
}
.AnyTagClassName
{
color: #ADA9FF;
}
</style>
background-color css
<style>
a { background-color: #ADA9FF; }
a { background-color: rgb(173,169,255); }
div.DivClassName
{
background-color: #ADA9FF;
}
.BgClassName
{
background-color: #ADA9FF;
}
</style>
border-color css
<style>
span { border-color: #ADA9FF; }
span { border-color: rgb(173,169,255); }
td.TdClassName
{
border-color: #ADA9FF;
}
.TagClassName
{
border-color: #ADA9FF;
}
</style>