Shades of Perano #A1ADFE
Tints of Perano #A1ADFE
RGB
CMYK
RGB Variations
Color information
#A1ADFE (or 0xA1ADFE) is known color: Perano. HEX triplet: A1, AD and FE. RGB value is (161,173,254). Sum of RGB (Red+Green+Blue) = 161+173+254=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADFE is #5E5201. Grayscale: #B2B2B2. Windows color (decimal): -6181378 or 16690593. OLE color: 16690593.
HSL color Cylindrical-coordinate representation of color #A1ADFE: hue angle of 232.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1ADFE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 173 | 254 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.00 |
| HSL | 232.26º | 0.98% | 0.81% | - |
| HSV(B) | 232.26º | 0.37% | 1% | - |
| XYZ | 47.53 | 44.62 | 99.87 | - |
| YUV | 178.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 254 | 0.37 | 0.32 | 0 | 0.00 | 232.26 | 0.98 | 0.81 |
| Hex | A1 | AD | FE | 25 | 20 | 0 | 0 | E8 | 62 | 51 |
| Octal | 241 | 255 | 376 | 45 | 40 | 0 | 0 | 350 | 142 | 121 |
| Binary | 10100001 | 10101101 | 11111110 | 100101 | 100000 | 0 | 0 | 11101000 | 1100010 | 1010001 |
Color Harmonies of #A1ADFE
Complementary color
Monochromatic Colors of #A1ADFE
Black with #A1ADFE
Text Example
Text Example
White with #A1ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADFE; }
p { color: rgb(161,173,254); }
H1.HeaderClassName
{
color: #A1ADFE;
}
.AnyTagClassName
{
color: #A1ADFE;
}
</style>
background-color css
<style>
a { background-color: #A1ADFE; }
a { background-color: rgb(161,173,254); }
div.DivClassName
{
background-color: #A1ADFE;
}
.BgClassName
{
background-color: #A1ADFE;
}
</style>
border-color css
<style>
span { border-color: #A1ADFE; }
span { border-color: rgb(161,173,254); }
td.TdClassName
{
border-color: #A1ADFE;
}
.TagClassName
{
border-color: #A1ADFE;
}
</style>