Shades of Perano #A0ADFD
Tints of Perano #A0ADFD
RGB
CMYK
RGB Variations
Color information
#A0ADFD (or 0xA0ADFD) is known color: Perano. HEX triplet: A0, AD and FD. RGB value is (160,173,253). Sum of RGB (Red+Green+Blue) = 160+173+253=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADFD is #5F5202. Grayscale: #B1B1B1. Windows color (decimal): -6246915 or 16625056. OLE color: 16625056.
HSL color Cylindrical-coordinate representation of color #A0ADFD: hue angle of 231.61º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ADFD is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 173 | 253 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.01 |
| HSL | 231.61º | 0.96% | 0.81% | - |
| HSV(B) | 231.61º | 0.37% | 0.99% | - |
| XYZ | 47.17 | 44.45 | 99.02 | - |
| YUV | 178.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 253 | 0.37 | 0.32 | 0 | 0.01 | 231.61 | 0.96 | 0.81 |
| Hex | A0 | AD | FD | 25 | 20 | 0 | 1 | E8 | 60 | 51 |
| Octal | 240 | 255 | 375 | 45 | 40 | 0 | 1 | 350 | 140 | 121 |
| Binary | 10100000 | 10101101 | 11111101 | 100101 | 100000 | 0 | 1 | 11101000 | 1100000 | 1010001 |
Color Harmonies of #A0ADFD
Complementary color
Monochromatic Colors of #A0ADFD
Black with #A0ADFD
Text Example
Text Example
White with #A0ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADFD; }
p { color: rgb(160,173,253); }
H1.HeaderClassName
{
color: #A0ADFD;
}
.AnyTagClassName
{
color: #A0ADFD;
}
</style>
background-color css
<style>
a { background-color: #A0ADFD; }
a { background-color: rgb(160,173,253); }
div.DivClassName
{
background-color: #A0ADFD;
}
.BgClassName
{
background-color: #A0ADFD;
}
</style>
border-color css
<style>
span { border-color: #A0ADFD; }
span { border-color: rgb(160,173,253); }
td.TdClassName
{
border-color: #A0ADFD;
}
.TagClassName
{
border-color: #A0ADFD;
}
</style>