Shades of Perano #ADA8FF
Tints of Perano #ADA8FF
RGB
CMYK
RGB Variations
Color information
#ADA8FF (or 0xADA8FF) is known color: Perano. HEX triplet: AD, A8 and FF. RGB value is (173,168,255). Sum of RGB (Red+Green+Blue) = 173+168+255=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8FF is #525700. Grayscale: #B3B3B3. Windows color (decimal): -5396225 or 16754861. OLE color: 16754861.
HSL color Cylindrical-coordinate representation of color #ADA8FF: hue angle of 243.45º 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 #ADA8FF is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 168 | 255 | - |
| CMYK | 0.32 | 0.34 | 0 | 0 |
| HSL | 243.45º | 1% | 0.83% | - |
| HSV(B) | 243.45º | 0.34% | 1% | - |
| XYZ | 49.29 | 44.11 | 100.52 | - |
| YUV | 179.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 255 | 0.32 | 0.34 | 0 | 0 | 243.45 | 1 | 0.83 |
| Hex | AD | A8 | FF | 20 | 22 | 0 | 0 | F3 | 64 | 53 |
| Octal | 255 | 250 | 377 | 40 | 42 | 0 | 0 | 363 | 144 | 123 |
| Binary | 10101101 | 10101000 | 11111111 | 100000 | 100010 | 0 | 0 | 11110011 | 1100100 | 1010011 |
Color Harmonies of #ADA8FF
Complementary color
Monochromatic Colors of #ADA8FF
Black with #ADA8FF
Text Example
Text Example
White with #ADA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8FF; }
p { color: rgb(173,168,255); }
H1.HeaderClassName
{
color: #ADA8FF;
}
.AnyTagClassName
{
color: #ADA8FF;
}
</style>
background-color css
<style>
a { background-color: #ADA8FF; }
a { background-color: rgb(173,168,255); }
div.DivClassName
{
background-color: #ADA8FF;
}
.BgClassName
{
background-color: #ADA8FF;
}
</style>
border-color css
<style>
span { border-color: #ADA8FF; }
span { border-color: rgb(173,168,255); }
td.TdClassName
{
border-color: #ADA8FF;
}
.TagClassName
{
border-color: #ADA8FF;
}
</style>