Shades of Perano #ADA2FF
Tints of Perano #ADA2FF
RGB
CMYK
RGB Variations
Color information
#ADA2FF (or 0xADA2FF) is known color: Perano. HEX triplet: AD, A2 and FF. RGB value is (173,162,255). Sum of RGB (Red+Green+Blue) = 173+162+255=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2FF is #525D00. Grayscale: #AFAFAF. Windows color (decimal): -5397761 or 16753325. OLE color: 16753325.
HSL color Cylindrical-coordinate representation of color #ADA2FF: hue angle of 247.1º 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 #ADA2FF is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 162 | 255 | - |
| CMYK | 0.32 | 0.36 | 0 | 0 |
| HSL | 247.1º | 1% | 0.82% | - |
| HSV(B) | 247.1º | 0.36% | 1% | - |
| XYZ | 48.2 | 41.94 | 100.16 | - |
| YUV | 175.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 255 | 0.32 | 0.36 | 0 | 0 | 247.1 | 1 | 0.82 |
| Hex | AD | A2 | FF | 20 | 24 | 0 | 0 | F7 | 64 | 52 |
| Octal | 255 | 242 | 377 | 40 | 44 | 0 | 0 | 367 | 144 | 122 |
| Binary | 10101101 | 10100010 | 11111111 | 100000 | 100100 | 0 | 0 | 11110111 | 1100100 | 1010010 |
Color Harmonies of #ADA2FF
Complementary color
Monochromatic Colors of #ADA2FF
Black with #ADA2FF
Text Example
Text Example
White with #ADA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2FF; }
p { color: rgb(173,162,255); }
H1.HeaderClassName
{
color: #ADA2FF;
}
.AnyTagClassName
{
color: #ADA2FF;
}
</style>
background-color css
<style>
a { background-color: #ADA2FF; }
a { background-color: rgb(173,162,255); }
div.DivClassName
{
background-color: #ADA2FF;
}
.BgClassName
{
background-color: #ADA2FF;
}
</style>
border-color css
<style>
span { border-color: #ADA2FF; }
span { border-color: rgb(173,162,255); }
td.TdClassName
{
border-color: #ADA2FF;
}
.TagClassName
{
border-color: #ADA2FF;
}
</style>