Shades of Perano #ADA5FF
Tints of Perano #ADA5FF
RGB
CMYK
RGB Variations
Color information
#ADA5FF (or 0xADA5FF) is known color: Perano. HEX triplet: AD, A5 and FF. RGB value is (173,165,255). Sum of RGB (Red+Green+Blue) = 173+165+255=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA5FF is #525A00. Grayscale: #B1B1B1. Windows color (decimal): -5396993 or 16754093. OLE color: 16754093.
HSL color Cylindrical-coordinate representation of color #ADA5FF: hue angle of 245.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA5FF is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 165 | 255 | - |
| CMYK | 0.32 | 0.35 | 0 | 0 |
| HSL | 245.33º | 1% | 0.82% | - |
| HSV(B) | 245.33º | 0.35% | 1% | - |
| XYZ | 48.74 | 43.01 | 100.34 | - |
| YUV | 177.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 255 | 0.32 | 0.35 | 0 | 0 | 245.33 | 1 | 0.82 |
| Hex | AD | A5 | FF | 20 | 23 | 0 | 0 | F5 | 64 | 52 |
| Octal | 255 | 245 | 377 | 40 | 43 | 0 | 0 | 365 | 144 | 122 |
| Binary | 10101101 | 10100101 | 11111111 | 100000 | 100011 | 0 | 0 | 11110101 | 1100100 | 1010010 |
Color Harmonies of #ADA5FF
Complementary color
Monochromatic Colors of #ADA5FF
Black with #ADA5FF
Text Example
Text Example
White with #ADA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5FF; }
p { color: rgb(173,165,255); }
H1.HeaderClassName
{
color: #ADA5FF;
}
.AnyTagClassName
{
color: #ADA5FF;
}
</style>
background-color css
<style>
a { background-color: #ADA5FF; }
a { background-color: rgb(173,165,255); }
div.DivClassName
{
background-color: #ADA5FF;
}
.BgClassName
{
background-color: #ADA5FF;
}
</style>
border-color css
<style>
span { border-color: #ADA5FF; }
span { border-color: rgb(173,165,255); }
td.TdClassName
{
border-color: #ADA5FF;
}
.TagClassName
{
border-color: #ADA5FF;
}
</style>