Shades of Perano #ADA3FF
Tints of Perano #ADA3FF
RGB
CMYK
RGB Variations
Color information
#ADA3FF (or 0xADA3FF) is known color: Perano. HEX triplet: AD, A3 and FF. RGB value is (173,163,255). Sum of RGB (Red+Green+Blue) = 173+163+255=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3FF is #525C00. Grayscale: #B0B0B0. Windows color (decimal): -5397505 or 16753581. OLE color: 16753581.
HSL color Cylindrical-coordinate representation of color #ADA3FF: hue angle of 246.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADA3FF is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 163 | 255 | - |
| CMYK | 0.32 | 0.36 | 0 | 0 |
| HSL | 246.52º | 1% | 0.82% | - |
| HSV(B) | 246.52º | 0.36% | 1% | - |
| XYZ | 48.38 | 42.3 | 100.22 | - |
| YUV | 176.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 255 | 0.32 | 0.36 | 0 | 0 | 246.52 | 1 | 0.82 |
| Hex | AD | A3 | FF | 20 | 24 | 0 | 0 | F7 | 64 | 52 |
| Octal | 255 | 243 | 377 | 40 | 44 | 0 | 0 | 367 | 144 | 122 |
| Binary | 10101101 | 10100011 | 11111111 | 100000 | 100100 | 0 | 0 | 11110111 | 1100100 | 1010010 |
Color Harmonies of #ADA3FF
Complementary color
Monochromatic Colors of #ADA3FF
Black with #ADA3FF
Text Example
Text Example
White with #ADA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3FF; }
p { color: rgb(173,163,255); }
H1.HeaderClassName
{
color: #ADA3FF;
}
.AnyTagClassName
{
color: #ADA3FF;
}
</style>
background-color css
<style>
a { background-color: #ADA3FF; }
a { background-color: rgb(173,163,255); }
div.DivClassName
{
background-color: #ADA3FF;
}
.BgClassName
{
background-color: #ADA3FF;
}
</style>
border-color css
<style>
span { border-color: #ADA3FF; }
span { border-color: rgb(173,163,255); }
td.TdClassName
{
border-color: #ADA3FF;
}
.TagClassName
{
border-color: #ADA3FF;
}
</style>