Shades of Perano #A0ADFC
Tints of Perano #A0ADFC
RGB
CMYK
RGB Variations
Color information
#A0ADFC (or 0xA0ADFC) is known color: Perano. HEX triplet: A0, AD and FC. RGB value is (160,173,252). Sum of RGB (Red+Green+Blue) = 160+173+252=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADFC is #5F5203. Grayscale: #B1B1B1. Windows color (decimal): -6246916 or 16559520. OLE color: 16559520.
HSL color Cylindrical-coordinate representation of color #A0ADFC: hue angle of 231.52º degrees, saturation: 0.94, 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 #A0ADFC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 173 | 252 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.01 |
| HSL | 231.52º | 0.94% | 0.81% | - |
| HSV(B) | 231.52º | 0.37% | 0.99% | - |
| XYZ | 47.01 | 44.39 | 98.19 | - |
| YUV | 178.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 252 | 0.37 | 0.31 | 0 | 0.01 | 231.52 | 0.94 | 0.81 |
| Hex | A0 | AD | FC | 25 | 1F | 0 | 1 | E8 | 5E | 51 |
| Octal | 240 | 255 | 374 | 45 | 37 | 0 | 1 | 350 | 136 | 121 |
| Binary | 10100000 | 10101101 | 11111100 | 100101 | 11111 | 0 | 1 | 11101000 | 1011110 | 1010001 |
Color Harmonies of #A0ADFC
Complementary color
Monochromatic Colors of #A0ADFC
Black with #A0ADFC
Text Example
Text Example
White with #A0ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADFC; }
p { color: rgb(160,173,252); }
H1.HeaderClassName
{
color: #A0ADFC;
}
.AnyTagClassName
{
color: #A0ADFC;
}
</style>
background-color css
<style>
a { background-color: #A0ADFC; }
a { background-color: rgb(160,173,252); }
div.DivClassName
{
background-color: #A0ADFC;
}
.BgClassName
{
background-color: #A0ADFC;
}
</style>
border-color css
<style>
span { border-color: #A0ADFC; }
span { border-color: rgb(160,173,252); }
td.TdClassName
{
border-color: #A0ADFC;
}
.TagClassName
{
border-color: #A0ADFC;
}
</style>