Shades of Perano #A1AADF
Tints of Perano #A1AADF
RGB
CMYK
RGB Variations
Color information
#A1AADF (or 0xA1AADF) is known color: Perano. HEX triplet: A1, AA and DF. RGB value is (161,170,223). Sum of RGB (Red+Green+Blue) = 161+170+223=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AADF is #5E5520. Grayscale: #ADADAD. Windows color (decimal): -6182177 or 14658209. OLE color: 14658209.
HSL color Cylindrical-coordinate representation of color #A1AADF: hue angle of 231.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1AADF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 170 | 223 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.13 |
| HSL | 231.29º | 0.49% | 0.75% | - |
| HSV(B) | 231.29º | 0.28% | 0.87% | - |
| XYZ | 42.39 | 41.65 | 75.62 | - |
| YUV | 173.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 223 | 0.28 | 0.24 | 0 | 0.13 | 231.29 | 0.49 | 0.75 |
| Hex | A1 | AA | DF | 1C | 18 | 0 | D | E7 | 31 | 4B |
| Octal | 241 | 252 | 337 | 34 | 30 | 0 | 15 | 347 | 61 | 113 |
| Binary | 10100001 | 10101010 | 11011111 | 11100 | 11000 | 0 | 1101 | 11100111 | 110001 | 1001011 |
Color Harmonies of #A1AADF
Complementary color
Monochromatic Colors of #A1AADF
Black with #A1AADF
Text Example
Text Example
White with #A1AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AADF; }
p { color: rgb(161,170,223); }
H1.HeaderClassName
{
color: #A1AADF;
}
.AnyTagClassName
{
color: #A1AADF;
}
</style>
background-color css
<style>
a { background-color: #A1AADF; }
a { background-color: rgb(161,170,223); }
div.DivClassName
{
background-color: #A1AADF;
}
.BgClassName
{
background-color: #A1AADF;
}
</style>
border-color css
<style>
span { border-color: #A1AADF; }
span { border-color: rgb(161,170,223); }
td.TdClassName
{
border-color: #A1AADF;
}
.TagClassName
{
border-color: #A1AADF;
}
</style>